Package rx.observers

Class SafeCompletableSubscriber

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isUnsubscribed()
      Indicates whether this Subscription is currently unsubscribed.
      void onCompleted()
      Called once the deferred computation completes normally.
      void onError​(java.lang.Throwable e)
      Called once if the deferred computation 'throws' an exception.
      void onSubscribe​(Subscription d)
      Called once by the Completable to set a Subscription on this instance which then can be used to cancel the subscription at any time.
      void unsubscribe()
      Stops the receipt of notifications on the Subscriber that was registered when this Subscription was received.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait