T
- the input Observable's value typeR
- the output Observable's value typepublic static interface Observable.Transformer<T,R> extends Func1<Observable<T>,Observable<R>>
This convenience interface has been introduced to work around the variance declaration problems of type arguments.