Functional Interfaces Flashcards
1
Q
What is functional interface
A
Any interface with a sam (single abstract method) is a functional interface.
Use @FunctionalInterface
Java - Dee > Functional Interfaces > Flashcards
What is functional interface
Any interface with a sam (single abstract method) is a functional interface.
Use @FunctionalInterface