This is RxJS v 4. Find the latest version here
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.
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 |
Reference
Concepts