January 2017
Intermediate to advanced
472 pages
14h 42m
English
Chapter 1. What is functional programming?
Listing 1.1. A Java program with side effects
Listing 1.2. The Payment class
Listing 1.4. Composing multiple payments into a single one
Chapter 2. Using functions in Java
Listing 2.1. Functional methods
Listing 2.3. A one-liner lambda-based method converted to previous Java versions
Chapter 3. Making Java more functional
Listing 3.1. Simple email validation