Uses of Record Class
io.smallrye.mutiny.groups.Gatherer.Extraction
Packages that use Gatherer.Extraction
-
Uses of Gatherer.Extraction in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return Gatherer.ExtractionModifier and TypeMethodDescriptionstatic <ACC,O> Gatherer.Extraction <ACC, O> Gatherer.Extraction.of(ACC nextAccumulator, O nextItem) Creates a newGatherer.Extractioninstance.Methods in io.smallrye.mutiny.groups that return types with arguments of type Gatherer.ExtractionModifier and TypeMethodDescriptionExtracts an item from the accumulator.Method parameters in io.smallrye.mutiny.groups with type arguments of type Gatherer.ExtractionModifier and TypeMethodDescription<O> Gatherer.FinalizerStep<I, ACC, O> Gatherer.ExtractStep.extract(BiFunction<ACC, Boolean, Optional<Gatherer.Extraction<ACC, O>>> extractor) Specifies the extractor function.<O> MultiOnItemGather.FinalizerStep<I, ACC, O> MultiOnItemGather.ExtractStep.extract(BiFunction<ACC, Boolean, Optional<Gatherer.Extraction<ACC, O>>> extractor) Specifies the extractor function.