Class and Description |
---|
rx.schedulers.ImmediateScheduler
This type was never publicly instantiable. Use
immediate() . |
rx.schedulers.NewThreadScheduler
This type was never publicly instantiable. Use
newThread() . |
rx.observers.TestObserver
use the
TestSubscriber insteand. |
rx.schedulers.TrampolineScheduler
This type was never publicly instantiable. Use
trampoline() . |
Constructor and Description |
---|
rx.exceptions.CompositeException(String, Collection<? extends Throwable>) |
Copyright © 2019. All rights reserved.