Can you please explain the functional interface usage with details. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Can you please explain the functional interface usage with details.

Java 8 introduced functional interface. how we can use this efficiently with lambda expressions.

12th Nov 2017, 4:31 PM
Pal Murugan
Pal Murugan - avatar
1 Respuesta
+ 1
its an interface which has only one method itself.we can call this functional interface instantly by using lambda expression.it accepts the params which are passed through the lambda expression.
12th Nov 2017, 4:46 PM
Meenu