In Java 8, Lambda Expressions and Functional Interfaces were introduced as features that significantly changed the way Java was written until then. In a nutshell, a lambda expression is a notation for ...