Class FlowableInternalHelper.SubscriberOnNext<T>

  • All Implemented Interfaces:
    Consumer<T>
    Enclosing class:
    FlowableInternalHelper

    static final class FlowableInternalHelper.SubscriberOnNext<T>
    extends java.lang.Object
    implements Consumer<T>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.reactivestreams.Subscriber<T> subscriber  
    • Constructor Summary

      Constructors 
      Constructor Description
      SubscriberOnNext​(org.reactivestreams.Subscriber<T> subscriber)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(T v)
      Consume the given value.
      • Methods inherited from class java.lang.Object

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

      • subscriber

        final org.reactivestreams.Subscriber<T> subscriber
    • Constructor Detail

      • SubscriberOnNext

        SubscriberOnNext​(org.reactivestreams.Subscriber<T> subscriber)
    • Method Detail

      • accept

        public void accept​(T v)
        Description copied from interface: Consumer
        Consume the given value.
        Specified by:
        accept in interface Consumer<T>
        Parameters:
        v - the value