文章分类 - java
摘要:copy from: https://javatechonline.com/predefined-functional-interfaces 1. Predicate<T> We can use Predicate<T> to implement some conditional checks. H
阅读全文
摘要:这里是这篇文章的随笔记录:https://www.baeldung.com/java-generics , 内容非常基础,可参考原文。如果想了解关于泛型更深入的,可以参考这篇:http://www.angelikalanger.com/GenericsFAQ/FAQSections/Paramete
阅读全文
摘要:copy from: https://javatechonline.com/method-reference-java-8/ Method Reference is a wonderful feature introduced in Java 8. Apart from taking advanta
阅读全文
摘要:copy from: https://javatechonline.com/java-functional-interface/ Java Functional Interface has become available for us since the introduction of new f
阅读全文
摘要:copy from: https://javatechonline.com/lambda-expression-in-java8/ What is a Lambda (λ) Expression? Lambda Expression is an anonymous (nameless) functi
阅读全文