Class Internals.BaseCollector<T,A,R>

java.lang.Object
one.util.streamex.Internals.BaseCollector<T,A,R>
All Implemented Interfaces:
Collector<T,A,R>, MergingCollector<T,A,R>
Direct Known Subclasses:
Internals.DoubleCollectorImpl, Internals.IntCollectorImpl, Internals.LongCollectorImpl, Internals.PartialCollector
Enclosing interface:
Internals

public abstract static class Internals.BaseCollector<T,A,R> extends Object implements MergingCollector<T,A,R>