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, test
protected <T extends Comparable<T>> boolean test(State<?,?> state, Property<T> property)
test
in class StatePredicate.Condition
public JsonElement toJson()
toJson
in class StatePredicate.Condition