kmongo / org.litote.kmongo / kotlin.reflect.KProperty / lt

lt

infix fun <T> KProperty<T?>.lt(item: T): Bson (source)

Creates a filter that matches all documents where the value of the given property is less than the specified value.

Parameters

value - the value

Parameters

Return
the filter

Mongodb
.driver.manual reference/operator/query/lt $lt