Class OperatorBufferWithSingleObservable.BufferingSubscriber

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Subscriber<? super java.util.List<T>> child  
      (package private) java.util.List<T> chunk
      Guarded by this.
      (package private) boolean done
      Guarded by this.
    • Field Detail

      • child

        final Subscriber<? super java.util.List<T>> child
      • chunk

        java.util.List<T> chunk
        Guarded by this.
      • done

        boolean done
        Guarded by this.
    • Constructor Detail

      • BufferingSubscriber

        public BufferingSubscriber​(Subscriber<? super java.util.List<T>> child)