An open API service indexing awesome lists of open source software.

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

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)