Functional Interfaces in Java 8
Introduction
Java 8 introduced a new concept to the Java language: functional interfaces. A functional interface is an interface that contains only one abstract method. It can have any number of default methods, but only one abstract method. These in...
systemdesigns.hashnode.dev5 min read