Map
transform the items emitted by an Observable by applying a function to each item
See Also
- FlatMap
- Introduction to Rx: Select
- RxMarbles:
map
- 101 Rx Samples: Select — Indexed
- Using the map method with Observable by Jafar Husain (JavaScript Video Tutorial)
Language-Specific Information
RxGroovy byLine cast encode map
RxJava 1․x byLine cast encode map
RxJS map pluck select
map
/select
and pluck
are found in each of the following distributions:
rx.js
rx.all.js
rx.all.compat.js
rx.compat.js
rx.lite.js
rx.lite.compat.js
See Also
-
Rx.helpers.pluck(property)
from Dennis Stoyanov’s RxJS book
RxPHP map mapWithIndex mapTo select pluck
© ReactiveX contributors
Licensed under the Apache License 2.0.
http://reactivex.io/documentation/operators/map.html