Interface IReactiveQubject<TInput, TOutput>
Interface for a subject represented by an expression tree.
Inherited Members
Namespace: Reaqtor
Assembly: Reaqtor.Expressions.Model.dll
Syntax
public interface IReactiveQubject<in TInput, out TOutput> : IReactiveSubject<TInput, TOutput>, IDisposable, IReactiveQbserver<TInput>, IReactiveObserver<TInput>, IObserver<TInput>, IReactiveQbservable<TOutput>, IReactiveObservable<TOutput>, IReactiveQubject, IReactiveQbserver, IReactiveQbservable, IReactiveExpressible, IExpressible
Type Parameters
Name | Description |
---|---|
TInput | Type of the data received by the subject. |
TOutput | Type of the data produced by the subject. |