Class SelectProcedureCombiner<T>
java.lang.Object
org.eclipse.collections.impl.parallel.AbstractProcedureCombiner<BT>
org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner<T,SelectProcedure<T>>
org.eclipse.collections.impl.parallel.SelectProcedureCombiner<T>
- All Implemented Interfaces:
Serializable
,Combiner<SelectProcedure<T>>
public final class SelectProcedureCombiner<T>
extends AbstractPredicateBasedCombiner<T,SelectProcedure<T>>
Combines the results of a Collection of SelectBlocks which each hold onto a filtered (select)
collection of results.
- See Also:
-
Constructor Summary
ConstructorDescriptionSelectProcedureCombiner
(Iterable<T> sourceCollection, Collection<T> targetCollection, int initialCapacity, boolean combineOne) -
Method Summary
Methods inherited from class org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner
getResult
Methods inherited from class org.eclipse.collections.impl.parallel.AbstractProcedureCombiner
setCombineOne, useCombineOne
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.impl.parallel.Combiner
combineAll
-
Constructor Details
-
SelectProcedureCombiner
public SelectProcedureCombiner(Iterable<T> sourceCollection, Collection<T> targetCollection, int initialCapacity, boolean combineOne)
-
-
Method Details
-
combineOne
-