Class 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>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.stream.Collector

        java.util.stream.Collector.Characteristics
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract java.util.function.Predicate<A> finished()  
      • 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 Detail

      • CancellableCollector

        CancellableCollector()
    • Method Detail

      • finished

        abstract java.util.function.Predicate<A> finished()