Package rx.internal.util
Class ScalarSynchronousSingle.DirectScheduledEmission<T>
- java.lang.Object
-
- rx.internal.util.ScalarSynchronousSingle.DirectScheduledEmission<T>
-
- All Implemented Interfaces:
Action
,Action1<SingleSubscriber<? super T>>
,Function
,Single.OnSubscribe<T>
- Enclosing class:
- ScalarSynchronousSingle<T>
static final class ScalarSynchronousSingle.DirectScheduledEmission<T> extends java.lang.Object implements Single.OnSubscribe<T>
Optimized observeOn for scalar value observed on the EventLoopsScheduler.
-
-
Field Summary
Fields Modifier and Type Field Description private EventLoopsScheduler
es
private T
value
-
Constructor Summary
Constructors Constructor Description DirectScheduledEmission(EventLoopsScheduler es, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(SingleSubscriber<? super T> singleSubscriber)
-
-
-
Field Detail
-
es
private final EventLoopsScheduler es
-
value
private final T value
-
-
Constructor Detail
-
DirectScheduledEmission
DirectScheduledEmission(EventLoopsScheduler es, T value)
-
-
Method Detail
-
call
public void call(SingleSubscriber<? super T> singleSubscriber)
-
-