IBranchingExecute (taack-ui 0.5.7-SNAPSHOT API)
Package: taack.ui.dsl.branching

[Groovy] Interface IBranchingExecute



  • interface IBranchingExecute
    • Method Detail

      • abstract void elseCondition(groovy.lang.Closure cElse)

      • abstract void ifCondition(ConditionBool condition, groovy.lang.Closure cOk)

      • abstract void ifNotCondition(ConditionBool condition, groovy.lang.Closure cOk)