Java Functional Interfaces for the Impatient: Part 1
Introduction
Functional Interfaces were first introduced in Java 8 and as per Java docs:
Functional interfaces provide target types for lambda expressions and method references. Each functional interface has a single abstract method, called the func...
ashishtechmill.com3 min read