Class PassThruCombiner<T>
java.lang.Object
org.eclipse.collections.impl.parallel.PassThruCombiner<T>
- All Implemented Interfaces:
Serializable
,Combiner<T>
A PassThruCombiner doesn't do anything. It can be used for operations that require no combination, as in a fork
with no join step.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
combineAll
(Iterable<T> thingsToCombine) void
combineOne
(T thingToCombine) boolean
-
Constructor Details
-
PassThruCombiner
public PassThruCombiner()
-
-
Method Details
-
combineAll
- Specified by:
combineAll
in interfaceCombiner<T>
-
combineOne
- Specified by:
combineOne
in interfaceCombiner<T>
-
useCombineOne
public boolean useCombineOne()- Specified by:
useCombineOne
in interfaceCombiner<T>
-