map/filter/reduce
Learn core Stream operations: map, filter, reduce.
Intro
map transforms data, filter selects items, reduce combines results into one.
map
map: apply a function to each element to produce a new Stream.
All lessons in this course
- Stream Sources
- map/filter/reduce
- Collectors & Grouping