Class LeafTracker<T>

  • All Implemented Interfaces:
    BlockTracker<T>

    public class LeafTracker<T>
    extends java.lang.Object
    implements BlockTracker<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      LeafTracker​(T initialValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Flux<T> asStream()  
      void push​(T result)  
      T result()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LeafTracker

        public LeafTracker​(T initialValue)
    • Method Detail

      • asStream

        public reactor.core.publisher.Flux<T> asStream()
        Specified by:
        asStream in interface BlockTracker<T>
      • push

        public void push​(T result)