lt

infix fun lt(value: Long): Predicate
infix fun lt(value: BigDecimal): Predicate

Some value at this path is less than value.


infix fun lt(value: String): Predicate

Some value at this path sorts before value in UTF-8 byte order.