News

Java 8 lambdas and the new Streams API simplify common idiomatic constructs. In this article we investigate some common use cases in financial services and how they are easily solved with lambdas ...
A great deal of Java programming -- from conditional statements to iterative loops -- deals with the evaluation of true or false values. When you work with the JDK's Streams API and Lambda functions, ...
The functional Predicate interface gets used extensively by the Java 8 Streams API. Any developer who wants to master functional programming in Java will need to be comfortable with the Predicate ...
Java 8 is into the wild and it brings along a number of new and useful features like lambda expressions and the streams API.
A preview feature in Java is one that is not yet added permanently even though its design, specification, and implementation are complete. Presently Java has quite a few preview features in the ...