RxJava: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
Line 8: Line 8:
* https://mvnrepository.com/artifact/io.reactivex.rxjava3/rxjava
* https://mvnrepository.com/artifact/io.reactivex.rxjava3/rxjava
* https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0
* https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0
 
<uml>
hide circle
package io {
  package reactivex {
    package rjxjava3 {
      package core {
        note top of Observer
see [[http://reactivex.io/RxJava/3.x/javadoc/io/reactivex/rxjava3/core/Observer.html javadoc]]
        end note
        interface Observer {
        }
      }
    }
  }
}
</uml>
== RxJava 2 ==
== RxJava 2 ==
2.0.0 was released 2016-11-29 there will be bugfixes until 2021-02-28
2.0.0 was released 2016-11-29 there will be bugfixes until 2021-02-28

Revision as of 13:56, 2 March 2020