Show / Hide Table of Contents

Interface IReactiveQubject<TInput, TOutput>

Interface for a subject represented by an expression tree.

Inherited Members
IReactiveObserver<TInput>.OnNext(TInput)
IReactiveObserver<TInput>.OnError(Exception)
IReactiveObserver<TInput>.OnCompleted()
IReactiveQbservable<TOutput>.Subscribe(IReactiveQbserver<TOutput>, Uri, Object)
IReactiveObservable<TOutput>.Subscribe(IReactiveObserver<TOutput>, Uri, Object)
IReactiveQbserver.ElementType
IReactiveExpressible.Provider
IExpressible.Expression
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.

In This Article
Back to top Generated by DocFX