Uses of Class
org.burningwave.core.iterable.IterableObjectHelper.IterationConfig.WithOutputOfCollection
Packages that use IterableObjectHelper.IterationConfig.WithOutputOfCollection
-
Uses of IterableObjectHelper.IterationConfig.WithOutputOfCollection in org.burningwave.core.iterable
Methods in org.burningwave.core.iterable that return IterableObjectHelper.IterationConfig.WithOutputOfCollectionModifier and TypeMethodDescriptionIterableObjectHelper.IterationConfig.WithOutputOfCollection.withAction(BiConsumer<I, Consumer<Consumer<OC>>> action) <O,OC extends Collection<O>>
IterableObjectHelper.IterationConfig.WithOutputOfCollection<I, IC, O, OC> IterableObjectHelper.IterationConfig.withOutput(OC output) Methods in org.burningwave.core.iterable with parameters of type IterableObjectHelper.IterationConfig.WithOutputOfCollectionModifier and TypeMethodDescription<I,IC, O, OC>
QueuedTaskExecutor.ProducerTask<OC> IterableObjectHelper.createIterateAndGetTask(IterableObjectHelper.IterationConfig.WithOutputOfCollection<I, IC, O, OC> config) <I,IC, O, OC>
QueuedTaskExecutor.ProducerTask<OC> IterableObjectHelperImpl.createIterateAndGetTask(IterableObjectHelper.IterationConfig.WithOutputOfCollection<I, IC, O, OC> config) <I,IC, O, OC>
OCIterableObjectHelper.iterateAndGet(IterableObjectHelper.IterationConfig.WithOutputOfCollection<I, IC, O, OC> config) <I,IC, O, OC>
OCIterableObjectHelperImpl.iterateAndGet(IterableObjectHelper.IterationConfig.WithOutputOfCollection<I, IC, O, OC> configuration)