Lambda expressions are part of Java Platform Standard Edition 8 (Java SE 8). They provide a clean way to represent one method interface using an expression. Lambda expressions also brings improvements to the Collection libraries making it easier to iterate through, filter, and extract data from a Collection.