Uses of Class
rx.schedulers.TestScheduler.TimedAction
Packages that use TestScheduler.TimedAction
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.
-
Uses of TestScheduler.TimedAction in rx.schedulers
Fields in rx.schedulers with type parameters of type TestScheduler.TimedActionModifier and TypeFieldDescription(package private) final Queue
<TestScheduler.TimedAction> TestScheduler.queue
Methods in rx.schedulers with parameters of type TestScheduler.TimedActionModifier and TypeMethodDescriptionint
TestScheduler.CompareActionsByTime.compare
(TestScheduler.TimedAction action1, TestScheduler.TimedAction action2)