public interface WhenCallback
Modifier and Type | Method and Description |
---|---|
void |
ifFalse(InstructionBuilder builder)
Generates code for when the condition is false.
|
void |
ifTrue(InstructionBuilder builder)
Generates code for when the condition is true.
|
void ifTrue(InstructionBuilder builder)
void ifFalse(InstructionBuilder builder)
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.