Interface IAsyncReactiveQubject<TInput, TOutput>
Interface for a subject represented by an expression tree.
Inherited Members
Namespace: Reaqtor
Assembly: Reaqtor.Expressions.Model.dll
Syntax
public interface IAsyncReactiveQubject<in TInput, out TOutput> : IAsyncReactiveSubject<TInput, TOutput>, IAsyncDisposable, IAsyncReactiveQbserver<TInput>, IAsyncReactiveObserver<TInput>, IAsyncReactiveQbservable<TOutput>, IAsyncReactiveObservable<TOutput>, IAsyncReactiveQubject, IAsyncReactiveQbserver, IAsyncReactiveQbservable, IAsyncReactiveExpressible, IExpressible
Type Parameters
Name | Description |
---|---|
TInput | Type of the data received by the subject. |
TOutput | Type of the data produced by the subject. |