Package rx.internal.operators
Class OperatorCast<T,R>
java.lang.Object
rx.internal.operators.OperatorCast<T,R>
- Type Parameters:
T- the input value typeR- the output value type
- All Implemented Interfaces:
Func1<Subscriber<? super R>,,Subscriber<? super T>> Function,Observable.Operator<R,T>
Converts the elements of an observable sequence to the specified type.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary