Uses of Class
org.burningwave.core.iterable.IterableObjectHelper.IterationConfig.WithOutputOfMap
Packages that use IterableObjectHelper.IterationConfig.WithOutputOfMap
-
Uses of IterableObjectHelper.IterationConfig.WithOutputOfMap in org.burningwave.core.iterable
Methods in org.burningwave.core.iterable that return IterableObjectHelper.IterationConfig.WithOutputOfMapModifier and TypeMethodDescriptionIterableObjectHelper.IterationConfig.WithOutputOfMap.withAction(BiConsumer<I, Consumer<Consumer<OM>>> action) <K,O, OM extends Map<K, O>>
IterableObjectHelper.IterationConfig.WithOutputOfMap<I, IC, K, O, OM> IterableObjectHelper.IterationConfig.withOutput(OM output) Methods in org.burningwave.core.iterable with parameters of type IterableObjectHelper.IterationConfig.WithOutputOfMapModifier and TypeMethodDescription<I,IC, K, O, OM>
QueuedTaskExecutor.ProducerTask<OM> IterableObjectHelper.createIterateAndGetTask(IterableObjectHelper.IterationConfig.WithOutputOfMap<I, IC, K, O, OM> config) <I,IC, K, O, OM>
QueuedTaskExecutor.ProducerTask<OM> IterableObjectHelperImpl.createIterateAndGetTask(IterableObjectHelper.IterationConfig.WithOutputOfMap<I, IC, K, O, OM> config) <I,IC, K, O, OM>
OMIterableObjectHelper.iterateAndGet(IterableObjectHelper.IterationConfig.WithOutputOfMap<I, IC, K, O, OM> config) <I,IC, K, O, OM>
OMIterableObjectHelperImpl.iterateAndGet(IterableObjectHelper.IterationConfig.WithOutputOfMap<I, IC, K, O, OM> configuration)