Monday, October 3, 2016

Lamda Expressions


When to use a Lambda expression

Lambda expressions are useful when you want to check if a condition is true for one, all, or none of the items in a set. You can also use it to filter a set of items, or map a set of items to a new set.


No comments:

Post a Comment