Show / Hide Table of Contents

Interface IReactiveQbserver<T>

Interface for an observer represented by an expression tree.

Inherited Members
IReactiveObserver<T>.OnNext(T)
IReactiveObserver<T>.OnError(Exception)
IReactiveObserver<T>.OnCompleted()
IReactiveQbserver.ElementType
IReactiveExpressible.Provider
IExpressible.Expression
Namespace: Reaqtor
Assembly: Reaqtor.Expressions.Model.dll
Syntax
public interface IReactiveQbserver<in T> : IReactiveObserver<T>, IObserver<T>, IReactiveQbserver, IReactiveExpressible, IExpressible
Type Parameters
Name Description
T

Type of the data received by the observer.

In This Article
Back to top Generated by DocFX