Lambda Expressions

Introduction to Java lambdas

Using Lambda Expressions to Sort a Collection

Method References

Implementing multiple interfaces

Lambda - Listener Example

Java Closures with lambda expressions.

Lambdas and memory utilization

Using lambda expression with your own functional interface

Traditional style to Lambda style

return only returns from the lambda not the outer method

Lambdas and Execute-around Pattern

Using lambda expressions predicates to get a certain values from a list