June 2018
Intermediate to advanced
348 pages
8h 45m
English
These Mathematical and Aggregate Operators are a category of Operators which operate on an entire sequence of items emitted by an Observable: They basically reduce an Observable<T> to some value of the type T. They do not return an Observable.
|
Observables |
Description |
|
average |
Calculate the average of numbers emitted by an Observable and emit this average |
|
concat |
Emit the emissions from two or more Observables without interleaving them |
|
count |
Count the number of items emitted by the source Observable and emit only this value |
|
max |
Determine and emit the maximum-valued item emitted by an Observable |
|
min |
Determine and emit the minimum-valued item emitted by an Observable ... |
Read now
Unlock full access