T
- the input value typeR
- the return value typepublic final class OnSubscribeMap<T,R> extends Object implements Observable.OnSubscribe<R>
Observable
, and emits the results of
this transformation as a new Observable
.
Constructor and Description |
---|
OnSubscribeMap(Observable<T> source,
Func1<? super T,? extends R> transformer) |
public OnSubscribeMap(Observable<T> source, Func1<? super T,? extends R> transformer)
public void call(Subscriber<? super R> o)
call
in interface Action1<Subscriber<? super R>>
Copyright © 2017. All rights reserved.