Chapter 1. Introduction
Welcome to Learning Java Lambdas.
Java underwent huge changes in it's version 8 release. A lot was driven by the perception that Java was becoming long in the tooth. To compete with modern, functional programming languages, Java 8 introduced functional programming constructs like lambdas to better support a more functional style.
This book offers a concise explanation of lambdas and various other features required to make them work in Java. As well as offering background, syntax and usage examples of lambdas, the book describes other related features, such as functional interfaces and type inference.