T
- the type of input elements to the gatherer operation
A
- the potentially mutable state type of the gatherer operation (often hidden as an implementation detail)
R
- the type of output elements from the gatherer operation
Nested Classes
static interface
A Downstream object is the next stage in a pipeline of operations, to which elements can be sent.
static interface
An Integrator receives elements and processes them, optionally using the supplied state, and optionally sends incremental results downstream.
Returns a composed Gatherer which connects the output of this Gatherer to the input of that Gatherer.
A function which accepts two intermediate states and combines them into one.
Returns a combiner which is the default combiner of a Gatherer.
Returns a finisher
which is the default finisher of a Gatherer
.
Returns an initializer which is the default initializer of a Gatherer.
A function which accepts the final intermediate state and a
Gatherer.Downstream
object, allowing to perform a final action at the end of input elements.
A function that produces an instance of the intermediate state used for this gathering operation.
A function which integrates provided elements, potentially using the provided intermediate state, optionally producing output to the provided
Gatherer.Downstream
.
Returns a new, parallelizable, Gatherer
described by the given initializer
, integrator
, combiner
and finisher
.
Returns a new, parallelizable, and stateless Gatherer
described by the given integrator
.
Returns a new, parallelizable, and stateless Gatherer
described by the given integrator
and finisher
.
Returns a new, sequential, Gatherer
described by the given initializer
and integrator
.
Returns a new, sequential, Gatherer
described by the given initializer
, integrator
, and finisher
.
Returns a new, sequential, and stateless Gatherer
described by the given integrator
.
Returns a new, sequential, and stateless Gatherer
described by the given integrator
and finisher
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4