between

fun between(min: Long, max: Long): Predicate

Some value at this path lies in [min, max], both bounds inclusive.


fun between(min: String, max: String): Predicate

Some value at this path lies in [min, max] in UTF-8 byte order, both bounds inclusive.