Interface IReactiveGroupedQbservable<TKey, TElement>
Interface for a grouped observable represented by an expression tree.
Inherited Members
Namespace: Reaqtor
Assembly: Reaqtor.Expressions.Model.dll
Syntax
public interface IReactiveGroupedQbservable<out TKey, out TElement> : IReactiveGroupedObservable<TKey, TElement>, IReactiveQbservable<TElement>, IReactiveObservable<TElement>, IReactiveQbservable, IReactiveExpressible, IExpressible
Type Parameters
Name | Description |
---|---|
TKey | Type of the key of the group. |
TElement | Type of the data produced by the observable. |
Extension Methods
ReactiveQbservable.Average<TSource>(IReactiveQbservable<TSource>, Expression<Func<TSource, Single>>)