Interface IMultiSubject<T>
Represents a subject that supports multiple observers.
Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IMultiSubject<T> : IMultiSubject<T, T>, ISubscribable<T>, IObservable<T>, IDisposable
Type Parameters
Name | Description |
---|---|
T | Type of the elements processed by the subject. |