News

The use of functional expressions has been peppered throughout the Java API ever since the release of JDK 8. The Streams API uses lambda expressions and the Java Predicate extensively, with the filter ...
There are only a few key intefaces you need to master in order to become a competent functional programmer. If you understand the concepts laid out in this functional Consumer interface example, ...