Uses of Class
rx.schedulers.TestScheduler
-
Packages that use TestScheduler Package Description rx.schedulers Scheduler implementations, value+time record classes and the standard factory class to return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.rx.subjects 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 TestScheduler Modifier and Type Method Description static TestSchedulerSchedulers. test()Creates and returns aTestScheduler, which is useful for debugging. -
Uses of TestScheduler in rx.subjects
Methods in rx.subjects with parameters of type TestScheduler Modifier and Type Method Description static <T> TestSubject<T>TestSubject. create(TestScheduler scheduler)Creates and returns a newTestSubject.Constructors in rx.subjects with parameters of type TestScheduler Constructor Description TestSubject(Observable.OnSubscribe<T> onSubscribe, SubjectSubscriptionManager<T> state, TestScheduler scheduler)
-