193
C H A P T E R
7
Lambdas and Streams
In Java 8, functional interfaces, lambdas, and method references were added to
make it easier to create function objects. The streams API was added in tandem
with these language changes to provide library support for processing sequences of
data elements. In this chapter, we discuss how to make best use of these facilities.
Do'stlaringiz bilan baham: