The advent of Java 8 brought about java.util.function package in Java. It's a package that contains defined functional interfaces usually used with Lambda Expression.
I'm assuming that you have basic knowledge of Lambda Expression if not go ahead and...