lt

fun lt(field: String, value: Any): Condition

Creates a less-than condition. Matches documents where the specified field is less than the given value.

Return

A new less-than condition.

Parameters

field

The field name to check.

value

The value to compare against.