Show / Hide Table of Contents

Interface IGroupedMultiSubject<TKey, TSource>

Represents a subject that supports multiple observers and has a key.

Inherited Members
IGroupedSubscribable<TKey, TSource>.Key
IMultiSubject<TSource, TSource>.CreateObserver()
ISubscribable<TSource>.Subscribe(IObserver<TSource>)
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.

In This Article
Back to top Generated by DocFX