Uses of Class
org.eclipse.collections.impl.parallel.AbstractTransformerBasedCombiner
-
Packages that use AbstractTransformerBasedCombiner Package Description org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers. -
-
Uses of AbstractTransformerBasedCombiner in org.eclipse.collections.impl.parallel
Subclasses of AbstractTransformerBasedCombiner in org.eclipse.collections.impl.parallel Modifier and Type Class Description class
CollectIfProcedureCombiner<T,V>
Combines the results of a Collection of CollectIfBlocks which each hold onto a transformed and filtered (collect, if) collection of results.class
CollectProcedureCombiner<T,V>
Combines the results of a Collection of CollectBlocks which each hold onto a transformed (collect) collection of results.class
FastListCollectIfProcedureCombiner<T,V>
Combines the results of a Collection of FastListCollectIfProcedures which each hold onto a transformed and filtered (collect, if) collection of results.class
FastListCollectProcedureCombiner<T,V>
Combines the results of a Collection of CollectBlocks which each hold onto a transformed (collect) collection of results.class
FlatCollectProcedureCombiner<T,V>
Combines the results of a Collection ofFlatCollectProcedure
s which each hold onto a transformed (flatten) collection of results.
-