public interface When extends Supplier<JsonElement>
Modifier and Type | Interface and Description |
---|---|
static class |
When.LogicalCondition |
static class |
When.LogicalOperator |
static class |
When.PropertyCondition |
Modifier and Type | Method and Description |
---|---|
static When |
anyOf(When[] conditions) |
static When.PropertyCondition |
create() |
void |
validate(StateManager<?,?> stateManager) |
void validate(StateManager<?,?> stateManager)
static When.PropertyCondition create()