Interface IReactiveGroupedObservable<TKey, TElement>
Interface for grouped observables.
Namespace: Reaqtor
Assembly: Reaqtor.Local.Model.dll
Syntax
public interface IReactiveGroupedObservable<out TKey, out TElement> : IReactiveObservable<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 |