Completed
• 00:00 Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Stream Gatherers - Deep Dive
Automatically move to the next video in the Classroom when playback concludes
- 1 • 00:00 Intro
- 2 • 00:22 Java Stream Anatomy
- 3 • 02:03 Intermediate Stream Operation?
- 4 • 02:28 Growing an API
- 5 • 09:08 Evaluating Collector against the requirements
- 6 • 10:29 Stream Gatherers
- 7 • 12:37 Gatherers vs. Collectors
- 8 • 15:20 Example - Stream::map as a Gatherer
- 9 • 17:20 Example - Stream::mapMulti as a Gatherer
- 10 • 18:08 Example - Stream::limit as a Gatherer
- 11 • 21:21 Sequential vs. Parallel Evaluation
- 12 • 29:16 Some of the available java.util.stream.Gatherers
- 13 • 33:25 A note on composition
- 14 • 35:44 Conclusions
- 15 • 36:45 Q&A