Signing you in…

Filtering, Iterating and Mapping

filter, forEach and map are the workhorses of the Stream API. filter selects elements matching a predicate. forEach consumes each element as a side-effect. map transforms each element into something else. Together they cover the majority of data processing needs.

filter — selecting elements
Content is available with subscription.
Get full access to all courses on the platform for one year with a single payment.
Unlike other platforms that charge per course, here you get everything for one price, and after one year of use there will be no automatic charge for the following year.