April 2017
Intermediate to advanced
594 pages
25h 15m
English
One interesting option provided by the Stream class is the possibility to check if the elements of the stream verify a condition or not. This functionality is provided by the terminal operations that return a Boolean value.
In this recipe, you will learn which methods provide the Stream class to check conditions in the elements of a stream and how to use them.
Read now
Unlock full access