Package one.util.streamex
Class CancellableCollector<T,A,R>
java.lang.Object
one.util.streamex.CancellableCollector<T,A,R>
- All Implemented Interfaces:
Collector<T,
A, R>
- Direct Known Subclasses:
Internals.CancellableCollectorImpl
,Joining
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.stream.Collector
Collector.Characteristics
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.stream.Collector
accumulator, characteristics, combiner, finisher, supplier
-
Constructor Details
-
CancellableCollector
CancellableCollector()
-
-
Method Details
-
finished
-