Tag: lambda
-
No more ifs – an application of functional programming in Java
by
Java 8 introduced with Optional a functional datatype that enables the developer to work with optional values without nested if-statements. This can simplify your code a lot.

You must be logged in to post a comment.