T |
ForEachComponent.getElementVariable() |
int |
ForEachComponent.getIndexVariable() |
T |
LetDefinition.getValue() |
T |
WithComponent.getVariable() |
void |
ForEachComponent.setCollection(java.util.function.Supplier<Iterable<T>> collection) |
void |
LetDefinition.setComputation(java.util.function.Supplier<T> computation) |
void |
IfComponent.setCondition(java.util.function.Supplier<Boolean> condition) |
void |
InsertComponent.setFragment(java.util.function.Supplier<Fragment> fragment) |
void |
ChooseClause.setPredicate(java.util.function.BooleanSupplier predicate) |
void |
WithComponent.setValue(java.util.function.Supplier<T> value) |