MapOperator<T> extension

on

Methods

map<R>(Map1<T, R> transform) Observable<R>
Applies the given projection function transform to each value emitted by this Observable, and emits the resulting value.
mapTo<R>(R value) Observable<R>
Emits a constant value for each value emitted by this Observable.