Includes the following:
- Interfaces with implemented methods
- Using SAM (Single Abstract Method) Interfaces in Lambda Function
- Lambda Function usage.
- Stream APIs
- Filter Map Reduce
- Filter Map Reduce using Lambda function
- Lots and lots of comments
Do a git clone, run it as java application and enjoy!
References: https://www.youtube.com/playlist?list=PLsyeobzWxl7otduRddQWYTQezVul0xIX6 https://medium.freecodecamp.org/functional-programming-principles-in-javascript-1b8fc6c3563f
Thanks!