MongoDB request DSL • opensavvy.ktmongo.dsl.query • FilterQueryPredicate • gteNotNull
gteNotNull¶
open fun gteNotNull(value: T?)
Selects documents for which this field has a value greater or equal to value
.
If value
is null
, the operator is not added (all elements are matched).
Example¶
External resources¶
See also¶
FilterQuery.gteNotNull
FilterQueryPredicate.eqNotNull
Learn more about the 'notNull' variants