Package rx.internal.operators
Class OperatorSubscribeOn<T>
java.lang.Object
rx.internal.operators.OperatorSubscribeOn<T>
- Type Parameters:
T
- the value type of the actual source
- All Implemented Interfaces:
Action
,Action1<Subscriber<? super T>>
,Function
,Observable.OnSubscribe<T>
Subscribes Observers on the specified
Scheduler
.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Scheduler
(package private) final Observable
<T> -
Constructor Summary
Constructors -
Method Summary