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