Uses of Interface
one.util.streamex.MergingCollector
-
-
Uses of MergingCollector in one.util.streamex
Subinterfaces of MergingCollector in one.util.streamex Modifier and Type Interface Description interface
DoubleCollector<A,R>
ACollector
specialized to work with primitivedouble
.interface
IntCollector<A,R>
ACollector
specialized to work with primitiveint
.interface
LongCollector<A,R>
ACollector
specialized to work with primitivelong
.Classes in one.util.streamex that implement MergingCollector Modifier and Type Class Description static class
Internals.BaseCollector<T,A,R>
static class
Internals.DoubleCollectorImpl<A,R>
static class
Internals.IntCollectorImpl<A,R>
static class
Internals.LongCollectorImpl<A,R>
static class
Internals.PartialCollector<A,R>
-