R - to typeT - from typepublic final class OperationToOperator<R,T> extends Object implements rx.Observable.Operator<R,T>
Observable.Operator.| Constructor and Description |
|---|
OperationToOperator(rx.functions.Func1<rx.Observable<T>,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<rx.Observable<T>,rx.Observable<R>> operation) |
Copyright © 2014. All Rights Reserved.