News

The next tutorial in the Java 101 series will introduce method references, which you can combine with lambda expressions to write even more concise, readable Java code. Related content how-to ...
Traditional Java 8 Predicate example. While the Java 8 Predicate is a functional interface, there's nothing to stop a developer from using it in a traditional manner.Here's a Java Predicate example ...