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