Chapter 2. Lambdas Introduction
In this chapter, we'll introduce the ideas of lambdas, we'll:
- Discuss some background to lambdas and functional programming in general
- Talk about functions versus classes in Java
- Look at the basic syntax for lambdas in Java