Uses of Class
org.eclipse.collections.impl.parallel.AbstractProcedureCombiner
Packages that use AbstractProcedureCombiner
Package
Description
This package contains classes which is used for parallel iteration through the containers.
-
Uses of AbstractProcedureCombiner in org.eclipse.collections.impl.parallel
Subclasses of AbstractProcedureCombiner in org.eclipse.collections.impl.parallelModifier and TypeClassDescriptionclass
AbstractPredicateBasedCombiner<T,
BT extends Procedure<T>> class
AbstractTransformerBasedCombiner<V,
T, BT extends Procedure<T>> final class
Combines the results of a Collection of CollectIfBlocks which each hold onto a transformed and filtered (collect, if) collection of results.final class
Combines the results of a Collection of CollectBlocks which each hold onto a transformed (collect) collection of results.final class
Combines the results of a Collection of CountBlocks which each hold onto a filtered sum (count where) result.final class
Combines the results of a Collection of FastListCollectIfProcedures which each hold onto a transformed and filtered (collect, if) collection of results.final class
Combines the results of a Collection of CollectBlocks which each hold onto a transformed (collect) collection of results.final class
Combines the results of a Collection of FastListRejectProcedures which each hold onto a negative filtered (reject) collection of results.final class
Combines the results of a Collection of SelectBlocks which each hold onto a filtered (select) collection of results.final class
Combines the results of a Collection ofFlatCollectProcedure
s which each hold onto a transformed (flatten) collection of results.private static final class
private static final class
private static final class
private static final class
private static final class
private static final class
final class
Combines the results of a Collection of SelectBlocks which each hold onto a negative filtered (reject) collection of results.final class
Combines the results of a Collection of SelectBlocks which each hold onto a filtered (select) collection of results.