June 2017
Beginner to intermediate
274 pages
6h 49m
English
For combining and processing the observable sequences, we have three steps to follow. These are explained here:
louder = rx.Observable.merge(elephant, lion).select(sometimes_loud)
The select method used in that line is the direct equivalent of the map function in a functional programming environment.
Read now
Unlock full access