June 2018
Intermediate to advanced
348 pages
8h 45m
English
These Operators help developers to create a new Observable without modifying the source Observable. They act on individual items in the source Observable by applying a lambda or a functor on them. A table containing some of the most useful transformation Operators are given below.
|
Observables |
Description |
|
buffer |
Observable that collects values in the past and emits them when signaled |
|
flat_map |
Observable that emits results of applying a function to a pair of values emitted by the source Observable and the collection Observable |
|
group_by |
Observable that helps to group values from an Observable |
|
map |
Observable that emits items from the source Observable, transformed by the specified function ... |
Read now
Unlock full access