| Class | Description |
|---|---|
| OperatorAverageDouble<T> |
Compute the average by extracting double values from the source via an
extractor function.
|
| OperatorAverageFloat<T> |
Compute the average by extracting float values from the source via an
extractor function.
|
| OperatorAverageInteger<T> |
Compute the average by extracting integer values from the source via an
extractor function.
|
| OperatorAverageLong<T> |
Compute the average by extracting long values from the source via an
extractor function.
|
| OperatorMinMax |
Returns the minimum element in an observable sequence.
|
| OperatorSum |
A few operators for implementing the sum operation.
|