Interface IAsyncReactiveGroupedQbservable<TKey, TElement>
Interface for a grouped observable represented by an expression tree.
Inherited Members
Namespace: Reaqtor
Assembly: Reaqtor.Expressions.Model.dll
Syntax
public interface IAsyncReactiveGroupedQbservable<out TKey, out TElement> : IAsyncReactiveGroupedObservable<TKey, TElement>, IAsyncReactiveQbservable<TElement>, IAsyncReactiveObservable<TElement>, IAsyncReactiveQbservable, IAsyncReactiveExpressible, IExpressible
Type Parameters
Name | Description |
---|---|
TKey | Type of the key of the group. |
TElement | Type of the data produced by the observable. |