Package one.util.streamex
Class CancellableCollector<T,A,R>
- java.lang.Object
-
- one.util.streamex.CancellableCollector<T,A,R>
-
- All Implemented Interfaces:
java.util.stream.Collector<T,A,R>
- Direct Known Subclasses:
Internals.CancellableCollectorImpl
,Joining
abstract class CancellableCollector<T,A,R> extends java.lang.Object implements java.util.stream.Collector<T,A,R>
-
-
Constructor Summary
Constructors Constructor Description CancellableCollector()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract java.util.function.Predicate<A>
finished()
-
-
-
Method Detail
-
finished
abstract java.util.function.Predicate<A> finished()
-
-