T
- the type of input elements to the reduction operation
A
- the mutable accumulation type of the reduction operation (often hidden as an implementation detail)
R
- the result type of the reduction operation
Nested Classes
static enum
Characteristics indicating properties of a Collector
, which can be used to optimize reduction implementations.
A function that folds a value into a mutable result container.
Returns a Set
of Collector.Characteristics
indicating the characteristics of this Collector.
A function that accepts two partial results and merges them.
Perform the final transformation from the intermediate accumulation type A
to the final result type R
.
Returns a new Collector
described by the given supplier
, accumulator
, combiner
, and finisher
functions.
Returns a new Collector
described by the given supplier
, accumulator
, and combiner
functions.
A function that creates and returns a new mutable result container.
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