TernaryOperator Class
Base class for reactive functions/operators that take three arguments/operands.
Location
- Namespace
- Fuse.Reactive
- Package
- Fuse.Reactive.Expressions 2.9.1
Interface of TernaryOperator
First : Expression uno
IsFirstOptional : bool uno
DEPRECATED: 2017-12-14 Use flags in constructor instead. These virtuals are only used if DeprecatedVirtualFlags specified, and only at initialization of subscription.
IsSecondOptional : bool uno
IsThirdOptional : bool uno
Second : Expression uno
TernaryOperator(Expression, Expression, Expression, Flags) Constructor uno
Third : Expression uno
TryCompute(object, object, object, object) : bool uno
Inherited from ComputeExpression
GetArgument(int) : Expression uno
Name : string uno
TryCompute(Argument[], object) : bool uno
Inherited from Expression
SourceFileName : string ux
hide
SourceLineNumber : int ux
hide
Subscribe(IContext, IListener) : IDisposable uno
See IExpression.Subscribe
for docs.
Inherited from object
Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno
Implemented Interfaces
IExpression uno
ISourceLocation uno
hide