Class 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
    • Constructor Detail

      • PassThruCombiner

        public PassThruCombiner()