Last Updated: February 25, 2016
·
188
· crocodayo

Easy Lambda #1

Lambda is very useful when debugging where it allows you to evaluate variables in a way you were unable to do before.

A simple example:

ListOfObjects.streams().map(a -> a.getSomeValue()).mapAsInt().sum()