Interface IAsyncReactiveQbserver<T>
Interface for an observer represented by an expression tree.
Inherited Members
Namespace: Reaqtor
Assembly: Reaqtor.Expressions.Model.dll
Syntax
public interface IAsyncReactiveQbserver<in T> : IAsyncReactiveObserver<T>, IAsyncReactiveQbserver, IAsyncReactiveExpressible, IExpressible
Type Parameters
| Name | Description |
|---|---|
| T | Type of the data received by the observer. |