News

Functional programming with a Java Consumer Sometimes programmers new to lambdas and streams get intimidated by the components defined in the java.util.function package, so I always like to remind ...
Learn how to fine-tune and parallelize the behavior of Java iterators, using Java 8's forEach() method and Streams API. Then see some performance benchmarks that might surprise you ...