Interface LordOfTheStrings.StatementBuilder.ConditionalStatementStep
- Enclosing class:
- LordOfTheStrings.StatementBuilder
public static interface LordOfTheStrings.StatementBuilder.ConditionalStatementStep
Functional interface for conditional statement steps.
-
Method Summary
Modifier and TypeMethodDescriptionAdd a statement to the builder if the condition is met.
-
Method Details
-
then
Add a statement to the builder if the condition is met.- Parameters:
format
- the format string.args
- the arguments for the format string.- Returns:
- the
LordOfTheStrings.StatementBuilder
.
-