notNull

fun notNull(field: String): Condition

Creates a not-null check condition. Matches documents where the specified field is not null.

Return

A new not-null condition.

Parameters

field

The field name to check.