Class FlowNode_IsNotNullT<T>
[CeresGroup("Utilities")]
[CeresLabel("Is Not Null")]
[NodeInfo("Returns true when the input value is not null.")]
[CeresMetadata(new string[] { "style = ConstNode", "path = Dependency" })]
public class FlowNode_IsNotNullT<T> : ExecutableNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
T
- Inheritance
-
FlowNode_IsNotNullT<T>
- Implements
- Inherited Members
Constructors
FlowNode_IsNotNullT()
public FlowNode_IsNotNullT()
Fields
resultValue
[OutputPort(true)]
[CeresLabel("Result")]
public CeresPort<bool> resultValue
Field Value
value
[InputPort(false)]
[CeresLabel("Value")]
public CeresPort<T> value
Field Value
- CeresPort<T>
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()