Java 8 Lambda in Practice
This code loads a csv file and illustrates use of Lambda expressions to create different data pipelines & views by making use of grouping ,filtering ,mapping, sorting and collection support of stream api
Refer LamdaExamples
Added Example on Partial Functions (i.e. Fucntions which makes use of another function)
Refer PartialFunctionExamples