October 2018
Intermediate to advanced
592 pages
19h 49m
English
This chapter covers
In the first eight chapters of this book, you saw the expressive power of lambdas and the Streams API. You were mainly creating new code that used these features. If you have to start a new Java project, you can use lambdas and streams immediately.
Unfortunately, you don’t always get to start a new project from scratch. Most of the time you have to deal with an existing code base written in an older version of Java.
This chapter presents several recipes that show ...