Class MoreCollectors.CollectorImpl<T,​A,​R>

  • Type Parameters:
    T - the type of elements to be collected
    R - the type of the result
    All Implemented Interfaces:
    Collector<T,​A,​R>
    Enclosing class:
    MoreCollectors

    public static class MoreCollectors.CollectorImpl<T,​A,​R>
    extends Object
    implements Collector<T,​A,​R>
    Simple implementation class for Collector.