Difference between revisions of "RxJava"

From BITPlan Wiki
Jump to navigation Jump to search
Line 82: Line 82:
 
hide circle  
 
hide circle  
 
package rx {
 
package rx {
 +
note top of Observable
 +
see [[http://reactivex.io/RxJava/javadoc/rx/Observable.html javadoc]]
 +
end note
 +
interface Observable {
 +
  Subscription subscribe()
 +
}
 
  note top of Observer  
 
  note top of Observer  
 
Provides a mechanism  
 
Provides a mechanism  

Revision as of 15:02, 2 March 2020