0Pricing
Java Academy · Lesson

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

  1. Stream Sources
  2. map/filter/reduce
  3. Collectors & Grouping
← Back to Java Academy