RxJava: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
Line 56: Line 56:
     void onError(java.lang.Throwable e)
     void onError(java.lang.Throwable e)
     void onNext(T t)
     void onNext(T t)
  }
note top of Subscriber
Provides a mechanism for receiving push-based notifications from Observables, and permits manual unsubscribing from these Observables see [[http://reactivex.io/RxJava/javadoc/rx/Subscriber.html javadoc]].
end note
  interface Subscriber {
   }
   }
   interface Subscription {
   interface Subscription {

Revision as of 12:44, 2 March 2020