Interface IAsyncReactiveGroupedObservable<TKey, TElement>
Interface for grouped observables.
Inherited Members
Namespace: Reaqtor
Assembly: Reaqtor.Local.Model.dll
Syntax
public interface IAsyncReactiveGroupedObservable<out TKey, out TElement> : IAsyncReactiveObservable<TElement>
Type Parameters
Name | Description |
---|---|
TKey | Type of the key of the group. |
TElement | Type of the data produced by the observable. |
Properties
Key
Gets the key of the group.
Declaration
TKey Key { get; }
Property Value
Type | Description |
---|---|
TKey |