Class FlowableInternalHelper.SubscriberOnComplete<T>

  • All Implemented Interfaces:
    Action
    Enclosing class:
    FlowableInternalHelper

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

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Runs the action and optionally throws a checked exception.
      • 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

      • SubscriberOnComplete

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

      • run

        public void run()
        Description copied from interface: Action
        Runs the action and optionally throws a checked exception.
        Specified by:
        run in interface Action