We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update wiki from docs
Update how-to-use-rxjava
fixing urls to operator pages
change 0.x to 1.x
Updated How To Use RxJava (markdown)
public static final <T> Observable<T> create(final Observable.OnSubscribeFunc<T> f) is deprecated in 0.27.1, this allows disambiguating the method call to public static final <T> Observable<T> create(Observable.OnSubscribe<T> f)
Fix links to error handling operators.
Fixed broken RxScala example link, it's not under src/examples but under examples/src/main/scala
Fixed broken links to RxGroovy, RxClojure and RxScala examples, master branch does not exist in respective repos, examples are on 0.x branch
Updated How To Use (markdown)