+ 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.
1 Antwort
+ 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.