Uses of Class
rx.schedulers.TestScheduler
Packages that use TestScheduler
Package
Description
Scheduler implementations, value+time record classes and the standard factory class to
return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.
Classes extending the Observable base reactive class and implementing
the Observer interface at the same time (aka hot Observables).
-
Uses of TestScheduler in rx.schedulers
Methods in rx.schedulers that return TestSchedulerModifier and TypeMethodDescriptionstatic TestScheduler
Schedulers.test()
Creates and returns aTestScheduler
, which is useful for debugging. -
Uses of TestScheduler in rx.subjects
Methods in rx.subjects with parameters of type TestSchedulerModifier and TypeMethodDescriptionstatic <T> TestSubject
<T> TestSubject.create
(TestScheduler scheduler) Creates and returns a newTestSubject
.Constructors in rx.subjects with parameters of type TestSchedulerModifierConstructorDescriptionprotected
TestSubject
(Observable.OnSubscribe<T> onSubscribe, SubjectSubscriptionManager<T> state, TestScheduler scheduler)