Class AbstractProcedureCombiner<BT>
- java.lang.Object
-
- org.eclipse.collections.impl.parallel.AbstractProcedureCombiner<BT>
-
- All Implemented Interfaces:
Serializable,Combiner<BT>
- Direct Known Subclasses:
AbstractPredicateBasedCombiner,AbstractTransformerBasedCombiner,CountCombiner
public abstract class AbstractProcedureCombiner<BT> extends Object implements Combiner<BT>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetCombineOne(boolean newBoolean)booleanuseCombineOne()-
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, combineOne
-
-
-
-
Method Detail
-
useCombineOne
public boolean useCombineOne()
- Specified by:
useCombineOnein interfaceCombiner<BT>
-
setCombineOne
public void setCombineOne(boolean newBoolean)
-
-