greaterThan

infix fun KProperty1<in T, *>.greaterThan(value: Long)(source)

gt_int: the integer field value is greater than the given value. Applies to values written without a decimal point, whether the field is a number field or a text field.


infix fun KProperty1<in T, *>.greaterThan(value: Double)(source)

gt_float: the float field value is greater than the given value. Applies to values written with a decimal point, whether the field is a number field or a text field.


infix fun KProperty1<in T, *>.greaterThan(value: Instant)(source)

gt_date: the date field value is after the given instant.