R
- to typeT
- from typepublic final class OperatorFromTransformer<R,T> extends Object implements rx.Observable.Operator<R,T>
Observable.Operator
.Constructor and Description |
---|
OperatorFromTransformer(rx.functions.Func1<? super rx.Observable<T>,? extends rx.Observable<R>> operation)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
rx.Subscriber<? super T> |
call(rx.Subscriber<? super R> subscriber) |
static <R,T> rx.Observable.Operator<R,T> |
toOperator(rx.functions.Func1<? super rx.Observable<T>,? extends rx.Observable<R>> operation) |
Copyright © 2013–2016. All rights reserved.