August 2014
Intermediate to advanced
424 pages
13h 50m
English
Content preview from Java 8 in ActionBecome an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
Start your free trial



List of Figures
Chapter 1. Java 8: why should you care?
Figure 1.1. Programming languages ecosystem and climate change
Figure 1.2. Unix commands operating on streams
Figure 1.3. Passing method compareUsingCustomerId as an argument to sort
Figure 1.4. Passing the method reference File::isHidden to the method listFiles
Figure 1.6. Forking filter onto two CPUs and joining the result
Chapter 2. Passing code with behavior parameterization
Figure 2.1. Different strategies for selecting an Apple
Figure 2.2. Parameterizing the behavior of filterApples and passing different filter strategies