https://github.com/hakdogan/stream-gatherers
This repository intermediate operations modeler aims to introduce stream gatherers
https://github.com/hakdogan/stream-gatherers
gatherers stream
Last synced: 4 months ago
JSON representation
This repository intermediate operations modeler aims to introduce stream gatherers
- Host: GitHub
- URL: https://github.com/hakdogan/stream-gatherers
- Owner: hakdogan
- Created: 2025-03-16T14:38:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T11:56:26.000Z (about 1 year ago)
- Last Synced: 2025-10-10T23:27:13.987Z (8 months ago)
- Topics: gatherers, stream
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stream Gatherers
Gatherers is a new and powerful API that enhances the Stream API by modeling intermediate operations and allowing the definition of custom intermediate operations. A gatherer supports the features that intermediate operations have, it can push any number of elements to the resulting stream, maintain an internal mutable state, short-circuit a stream, delay consumption, be chained, and execute in parallel.
Relevant article is [Introduction to intermediate operations modeler: Stream Gatherers](https://medium.com/@hakdogan/introduction-to-intermediate-operations-modeler-stream-gatherers-c9d701b9403f)