MongoDB request DSL • opensavvy.ktmongo.dsl.query • FilterQueryPredicate • isNotUndefined
isNotUndefined¶
open fun isNotUndefined()
Deprecated¶
Selects documents for which the field is not undefined
.
Example¶
External resources¶
See also¶
-
FilterQuery.isNotUndefined
Shorthand. -
FilterQueryPredicate.isUndefined
Opposite.