Package rx.internal.schedulers
Class SchedulerWhen.ImmediateAction
- java.lang.Object
-
- java.util.concurrent.atomic.AtomicReference<Subscription>
-
- rx.internal.schedulers.SchedulerWhen.ScheduledAction
-
- rx.internal.schedulers.SchedulerWhen.ImmediateAction
-
- All Implemented Interfaces:
java.io.Serializable
,Subscription
- Enclosing class:
- SchedulerWhen
private static class SchedulerWhen.ImmediateAction extends SchedulerWhen.ScheduledAction
-
-
Constructor Summary
Constructors Constructor Description ImmediateAction(Action0 action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Subscription
callActual(Scheduler.Worker actualWorker)
-
Methods inherited from class rx.internal.schedulers.SchedulerWhen.ScheduledAction
isUnsubscribed, unsubscribe
-
Methods inherited from class java.util.concurrent.atomic.AtomicReference
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
-
-
-
Field Detail
-
action
private final Action0 action
-
-
Constructor Detail
-
ImmediateAction
public ImmediateAction(Action0 action)
-
-
Method Detail
-
callActual
protected Subscription callActual(Scheduler.Worker actualWorker)
- Specified by:
callActual
in classSchedulerWhen.ScheduledAction
-
-