Lambdas and Streams
In Java8, some of the things that are added:
lambdas, functional interface, method references -> create function objects
streams -> processing sequence of data elements
Item 42: Prefer lambdas to anonymous class
function types: interface/abstract ...
techtenets.hashnode.dev5 min read