Uses of Class
org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner
-
Packages that use AbstractPredicateBasedCombiner Package Description org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers. -
-
Uses of AbstractPredicateBasedCombiner in org.eclipse.collections.impl.parallel
Subclasses of AbstractPredicateBasedCombiner in org.eclipse.collections.impl.parallel Modifier and Type Class Description 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.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.
-