Functional Interfaces Flashcards

1
Q

What is functional interface

A

Any interface with a sam (single abstract method) is a functional interface.

Use @FunctionalInterface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly