Chapter 8. Working with basic query operators
This chapter covers
- Mapping and transforming the notification datum
- Filtering and choosing which notifications to observe
- Creating observables of distinct items
- Aggregating and quantifying notifications
After a source observable emits a notification, there’s often a pipeline the notification goes through before it reaches the destined observer. Almost every example in this book shows how operators are used in some way to manipulate a generated sequence of notifications, which your observers eventually observe. This chapter categorizes and explains the basic operators that you’ll use to create queries on the observables at hand. These include transformations and mappings, filtering and flattening, ...
Get Rx.NET in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.