Show / Hide Table of Contents

Interface IUnaryOperator

Represents an operator with at most one child used for event processing.

Inherited Members
IOperator.Subscribe()
IOperator.SetContext(IOperatorContext)
IOperator.Start()
IOperator.Inputs
Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IUnaryOperator : IOperator, IDisposable

Properties

Input

Gets the single input to the operator.

Declaration
ISubscription Input { get; }
Property Value
Type Description
ISubscription
In This Article
Back to top Generated by DocFX