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