Rx.Observable.prototype.map(selector, [thisArg])
Rx.Observable.prototype.select(selector, [thisArg])
Parameter, TypeDetailsselector, Function or ObjectTransform function to apply to each source element or an element to yield. If selector is a function, it is called with the following inform...