| Package | system.logic |
| Class | public class ElseIfEmptyString |
| Inheritance | ElseIfEmptyString ElseIf Object |
See also
| Method | Defined By | ||
|---|---|---|---|
ElseIfEmptyString(value:*, then:Action = null)
Creates a new ElseIfEmptyString instance. | ElseIfEmptyString | ||
![]() | eval():Boolean
Evaluates a specific condition. | ElseIf | |
| ElseIfEmptyString | () | Constructor |
public function ElseIfEmptyString(value:*, then:Action = null)Creates a new ElseIfEmptyString instance.
Parametersvalue:* — The value to evaluate.
| |
then:Action (default = null) — The Action to execute if the condition is true.
|