Articles related to : lambda expressions

Lambda expressions 1. Basics

Lambda expression allows simplifying an interface implementation, but only in the case of an interface with one abstract method only (called a functional interface). Instead of creating a class that implements the interface (and pass its object as a parameter), a lambda expression allows to to pass in only the method body, without creating an […]

Continue Reading

Powered by WordPress. Designed by Woo Themes