Uses of Class
org.eclipse.collections.impl.parallel.AbstractProcedureCombiner
| Package | Description |
|---|---|
| org.eclipse.collections.impl.parallel |
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.parallel Modifier and Type Class Description classAbstractPredicateBasedCombiner<T,BT extends Procedure<T>>classAbstractTransformerBasedCombiner<V,T,BT extends Procedure<T>>classCollectIfProcedureCombiner<T,V>Combines the results of a Collection of CollectIfBlocks which each hold onto a transformed and filtered (collect, if) collection of results.classCollectProcedureCombiner<T,V>Combines the results of a Collection of CollectBlocks which each hold onto a transformed (collect) collection of results.classCountCombiner<T>Combines the results of a Collection of CountBlocks which each hold onto a filtered sum (count where) result.classFastListCollectIfProcedureCombiner<T,V>Combines the results of a Collection of FastListCollectIfProcedures which each hold onto a transformed and filtered (collect, if) collection of results.classFastListCollectProcedureCombiner<T,V>Combines the results of a Collection of CollectBlocks which each hold onto a transformed (collect) collection of results.classFastListRejectProcedureCombiner<T>Combines the results of a Collection of FastListRejectProcedures which each hold onto a negative filtered (reject) collection of results.classFastListSelectProcedureCombiner<T>Combines the results of a Collection of SelectBlocks which each hold onto a filtered (select) collection of results.classFlatCollectProcedureCombiner<T,V>Combines the results of a Collection ofFlatCollectProcedures which each hold onto a transformed (flatten) collection of results.classRejectProcedureCombiner<T>Combines the results of a Collection of SelectBlocks which each hold onto a negative filtered (reject) collection of results.classSelectProcedureCombiner<T>Combines the results of a Collection of SelectBlocks which each hold onto a filtered (select) collection of results.