indicthreads.com
Using Lambdas and Streams in Java 8
The significant new language feature in Java SE 8 is the introduction of Lambda expressions, a way of defining and using anonymous functions. On its own this provides a great way to simplify situa…