T
- the input value typeR
- the output value typepublic class OperatorCast<T,R> extends Object implements Observable.Operator<R,T>
Constructor and Description |
---|
OperatorCast(Class<R> castClass) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super R> o) |
public Subscriber<? super T> call(Subscriber<? super R> o)
call
in interface Func1<Subscriber<? super R>,Subscriber<? super T>>
Copyright © 2018. All rights reserved.