Class CollectorDecorator<T,​A,​R>

  • All Implemented Interfaces:
    Collector<T,​A,​R>

    public abstract class CollectorDecorator<T,​A,​R>
    extends Object
    implements Collector<T,​A,​R>
    Base Collector implementation which delegates to (decorates) another Collector. Override individual methods to adapt any delegation.