Java Functional Interface
What is a Functional interface?
The interface which contains single abstract method is called Functional interface.
Examples
Runnable interface - run()
Callable interface - call()
Comparable interf
amolmote.hashnode.dev9 min read