Interface IGroupedSubscribable<TKey, TSource>
Represents a subscribable source with a grouping key.
Inherited Members
Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IGroupedSubscribable<out TKey, out TSource> : ISubscribable<TSource>, IObservable<TSource>
Type Parameters
Name | Description |
---|---|
TKey | Type of the key. |
TSource | Type of the elements produced by the subscribable source. |
Properties
Key
Gets the grouping key.
Declaration
TKey Key { get; }
Property Value
Type | Description |
---|---|
TKey |