Uses of Class
rx.internal.schedulers.ScheduledAction
-
Packages that use ScheduledAction Package Description rx.internal.schedulers -
-
Uses of ScheduledAction in rx.internal.schedulers
Fields in rx.internal.schedulers declared as ScheduledAction Modifier and Type Field Description (package private) ScheduledActionScheduledAction.Remover. s(package private) ScheduledActionScheduledAction.Remover2. sFields in rx.internal.schedulers with type parameters of type ScheduledAction Modifier and Type Field Description (package private) java.util.concurrent.ConcurrentLinkedQueue<ScheduledAction>ExecutorScheduler.ExecutorSchedulerWorker. queueMethods in rx.internal.schedulers that return ScheduledAction Modifier and Type Method Description ScheduledActionNewThreadWorker. scheduleActual(Action0 action, long delayTime, java.util.concurrent.TimeUnit unit)Schedules the given action by wrapping it into a ScheduledAction on the underlying ExecutorService, returning the ScheduledAction.ScheduledActionNewThreadWorker. scheduleActual(Action0 action, long delayTime, java.util.concurrent.TimeUnit unit, SubscriptionList parent)ScheduledActionNewThreadWorker. scheduleActual(Action0 action, long delayTime, java.util.concurrent.TimeUnit unit, CompositeSubscription parent)Constructors in rx.internal.schedulers with parameters of type ScheduledAction Constructor Description Remover(ScheduledAction s, CompositeSubscription parent)Remover2(ScheduledAction s, SubscriptionList parent)
-