gte

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

Creates a greater-than-or-equal condition. Matches documents where the specified field is greater than or equal to the given value.

Return

A new greater-than-or-equal condition.

Parameters

field

The field name to check.

value

The value to compare against.