Update Transforming Operators

This commit is contained in:
Scott Gardner 2016-05-13 11:27:45 -05:00
parent 3771e63a4c
commit c0bebbb795
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
*/
import RxSwift
/*:
## Transforming Operators
Operators that transform Next event elements emitted by an `Observable`.
# Transforming Operators
Operators that transform Next event elements emitted by an `Observable` sequence.
## `map`
Applies a transforming closure to elements emitted by an `Observable` sequence, and returns a new `Observable` sequence of the transformed elements. [More info](http://reactivex.io/documentation/operators/map.html)
![](https://raw.githubusercontent.com/kzaher/rxswiftcontent/master/MarbleDiagrams/png/map.png)