Java Lambda Expression

Lambda expression provide implementation of functional interface (interface that has only one abstract method). it’s treated as function . Without lambda expression Lambda expression Examples