Interface IUnaryOperator
Represents an operator with at most one child used for event processing.
Inherited Members
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 |