Tagged “Java 8 Method references vs Constructor references”

Java 8 - What are method and constructor references?

02 Feb, 2017

Method references are the special form of Lambda expression. When your lambda expression are doing nothing other than invoking existing behaviour (method), you can achieve same by referring it by name.

Tags:

See all tags.