| Interface and Description |
|---|
| rx.Observable.OnSubscribeFunc |
| Method and Description |
|---|
| rx.Observable.create(Observable.OnSubscribeFunc |
| rx.Observable.onErrorFlatMap(Func1 See https://github.com/Netflix/RxJava/issues/1465
|
| rx.Observable.toBlockingObservable()
use
Observable.toBlocking() instead |
| rx.Observable.zip(Observable extends T2>, Func2 super T, ? super T2, ? extends R>)
use
zipWith instead. Changed to match naming convention of mergeWith, concatWith, etc. |
| Constructor and Description |
|---|
| rx.Subscriber(CompositeSubscription) |