Uses of Interface
java.util.stream.Gatherer.Integrator.Greedy
Packages that use Gatherer.Integrator.GreedyPREVIEW
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
Methods in java.util.stream that return Gatherer.Integrator.GreedyPREVIEWModifier 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.Methods in java.util.stream with parameters of type Gatherer.Integrator.GreedyPREVIEWModifier 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.