static class StatePredicate.RangedValueCondition extends StatePredicate.Condition
| Constructor and Description |
|---|
RangedValueCondition(String key,
String min,
String max) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Comparable<T>> |
test(State<?,?> state,
Property<T> property) |
JsonElement |
toJson() |
getKey, reportMissing, testprotected <T extends Comparable<T>> boolean test(State<?,?> state, Property<T> property)
test in class StatePredicate.Conditionpublic JsonElement toJson()
toJson in class StatePredicate.Condition