Stream Gatherer
A Java Stream extension mechanism that supports stateful custom intermediate operations beyond the fixed set of built-in stream transformations.
Related Concepts
- Java Stream
- Pipeline
- Stateful Transformation
- Functional Programming
Source
- https://openjdk.org/jeps/485