Interface IGroupedMultiSubject<TKey, TSource>
Represents a subject that supports multiple observers and has a key.
Inherited Members
Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IGroupedMultiSubject<TKey, TSource> : IGroupedSubscribable<TKey, TSource>, IMultiSubject<TSource>, IMultiSubject<TSource, TSource>, ISubscribable<TSource>, IObservable<TSource>, IDisposable
Type Parameters
Name | Description |
---|---|
TKey | Type of the key associated with the subject. |
TSource | Type of the elements processed by the subject. |