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