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<T>)
1.2.1: Not recommended, use
Single.Single(OnSubscribe) to avoid wrapping and
conversion between the Observable and Single protocols. |