Can you please explain the functional interface usage with details. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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