Introduction to Java 8 in Layman's terms - Lambda expression & Functional interfaces basics
What is Lambda expression ?
To put it in simple terms Lambda expression is a short hand form of functions, more specifically anonymous functions.
Anonymous functions are something that is not associated to a class . That is exactly what Lambda expres...