Operators by Categories
This topic lists all major operators implemented by the Observable type by their categories, specifically: creation, conversion, combine, functional, mathematical, time, exceptions, miscellaneous, selection and primitives.
Operators by Categories
| Usage | Operators |
|---|---|
| Creating an observable sequence | |
| Converting events or asynchronous patterns to observable sequences, or between Arrays and observable sequences. | |
| Combining multiple observable sequences into a single sequence. | |
| Functional - Sharing Side Effects | |
| Mathemathical operators on sequences | |
| Time-based operations | |
| Handling Exceptions | |
| Filtering and selecting values in a sequence |
|
| Grouping and Windowing | |
| Imperative Operators | |
| Primitives |
See Also
Reference
Concepts