| Interface and Description |
|---|
| rx.AsyncEmitter
as of 1.2.1 because Async prefix of this class potentially misleading. Use
Emitter instead. |
| rx.CompletableEmitter
as of 1.2.1 because `setCancellation` method will change signature (not name) for 1.2.2.
|
| Class and Description |
|---|
| rx.schedulers.ImmediateScheduler
This type was never publicly instantiable. Use
Schedulers.immediate(). |
| rx.schedulers.NewThreadScheduler
This type was never publicly instantiable. Use
Schedulers.newThread(). |
| rx.observers.TestObserver
use the
TestSubscriber instead. |
| rx.schedulers.TrampolineScheduler
This type was never publicly instantiable. Use
Schedulers.trampoline(). |
| Constructor and Description |
|---|
| rx.exceptions.CompositeException(String, Collection extends Throwable>) |
| rx.Single(Observable.OnSubscribe 1.2.1: Not recommended, use
Single.Single(OnSubscribe) to avoid wrapping and
conversion between the Observable and Single protocols. |