Java 8: Functional Interface
Java 8: Functional Interface
“An interface having exactly one abstract method is called Function Interface. Along with one abstract method can have any number of default and static methods.”
Points to Remember
This is also called as Single Abstract Method Interfaces or SAM Interfaces.
The default method having implementation is not considered as an abstract method.
An interface declares an abstract method overriding one of…
View On WordPress














