Uses of Interface
java.util.stream.Gatherer.Integrator.Greedy
Package
Description
Classes to support functional-style operations on streams of elements, such
as map-reduce transformations on collections.
-
Uses of Gatherer.Integrator.GreedyPREVIEW in java.util.stream
Modifier and TypeMethodDescriptionstatic <A,
T, R> Gatherer.Integrator.GreedyPREVIEW <A, T, R> Gatherer.Integrator.ofGreedy
(Gatherer.Integrator.GreedyPREVIEW<A, T, R> greedy) Factory method for turning Integrator-shaped lambdas intoGatherer.Integrator.Greedy
PREVIEW Integrators.Modifier and TypeMethodDescriptionstatic <A,
T, R> Gatherer.Integrator.GreedyPREVIEW <A, T, R> Gatherer.Integrator.ofGreedy
(Gatherer.Integrator.GreedyPREVIEW<A, T, R> greedy) Factory method for turning Integrator-shaped lambdas intoGatherer.Integrator.Greedy
PREVIEW Integrators.