Uses of Class
rx.internal.schedulers.ScheduledAction
Packages that use ScheduledAction
-
Uses of ScheduledAction in rx.internal.schedulers
Fields in rx.internal.schedulers declared as ScheduledActionModifier and TypeFieldDescription(package private) final ScheduledAction
ScheduledAction.Remover.s
(package private) final ScheduledAction
ScheduledAction.Remover2.s
Fields in rx.internal.schedulers with type parameters of type ScheduledActionModifier and TypeFieldDescription(package private) final ConcurrentLinkedQueue
<ScheduledAction> ExecutorScheduler.ExecutorSchedulerWorker.queue
Methods in rx.internal.schedulers that return ScheduledActionModifier and TypeMethodDescriptionNewThreadWorker.scheduleActual
(Action0 action, long delayTime, TimeUnit unit) Schedules the given action by wrapping it into a ScheduledAction on the underlying ExecutorService, returning the ScheduledAction.NewThreadWorker.scheduleActual
(Action0 action, long delayTime, TimeUnit unit, SubscriptionList parent) NewThreadWorker.scheduleActual
(Action0 action, long delayTime, TimeUnit unit, CompositeSubscription parent) Constructors in rx.internal.schedulers with parameters of type ScheduledActionModifierConstructorDescriptionRemover
(ScheduledAction s, CompositeSubscription parent) Remover2
(ScheduledAction s, SubscriptionList parent)