Functional Interfaces and lambda expressions in Java 8
by java-only
In general a functional interface can be defined as an interfaces that has exactly one abstract method and in this tutorial we will see how to use functional interfaces and lamda expressions.