Package-level declarations
Types
Defines how the collect function may run the collector.
Library of Collectors.
Functions
Wraps a java.util.stream.Collector to use with collect.
Performs collection over the elements of this in a non-concurrent fashion.
Performs collection over the elements of this in a non-concurrent fashion.
Performs collection over the elements of this. The amount of concurrency depends on the Characteristics of collector, and can be tweaked using the concurrency parameter.
Collects all the values in a map.
Collects all the values in a map.
Collects all the values in a set.
Wraps a java.util.stream.Collector to use with collect.
Performs collection over the elements of this. The amount of concurrency depends on the Characteristics of collector, and can be tweaked using the concurrency parameter.
Performs collection over the elements of this. The amount of concurrency depends on the Characteristics of collector, and can be tweaked using the concurrency parameter.
Combines two Collectors by performing the phases of each of them in parallel.
Combines two NonSuspendCollectors by performing the phases of each of them in parallel.
Combines three Collectors by performing the phases of each of them in parallel.
Combines three NonSuspendCollectors by performing the phases of each of them in parallel.
Combines four Collectors by performing the phases of each of them in parallel.
Combines four NonSuspendCollectors by performing the phases of each of them in parallel.
Combines five Collectors by performing the phases of each of them in parallel.