Advertisement
ptsytovich

Untitled

Nov 13th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.10 KB | None | 0 0
  1. let mapSequence = Observable.of(1,2,3).map{
  2.     $0 * 5}
  3. _ = mapSequence.subscribe{
  4.     print($0)
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement