MongoDB request DSL • opensavvy.ktmongo.dsl.query • FilterQuery • isNotUndefined
isNotUndefined¶
open fun Field<T, *>.isNotUndefined()
Deprecated¶
Selects documents for which the field is not undefined
.
Example¶
External resources¶
See also¶
FilterQuery.isUndefined
Opposite.
open fun KProperty1<T, *>.isNotUndefined()
Deprecated¶
Selects documents for which the field is not undefined
.
Example¶
External resources¶
See also¶
FilterQuery.isUndefined
Opposite.