Interface IGroupedQubscribable<TKey, TSource>
Represents a grouped subscribable source with an expression tree representation.
Inherited Members
Namespace: Reaqtive.Expressions
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IGroupedQubscribable<out TKey, out TSource> : IGroupedSubscribable<TKey, TSource>, IQubscribable<TSource>, ISubscribable<TSource>, IObservable<TSource>
Type Parameters
Name | Description |
---|---|
TKey | Type of the key. |
TSource | Type of the elements produced by the subscribable source. |