Class PassThruCombiner<T>

java.lang.Object
org.eclipse.collections.impl.parallel.PassThruCombiner<T>
All Implemented Interfaces:
Serializable, Combiner<T>

public final class PassThruCombiner<T>
extends Object
implements 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:
Serialized Form