isNotMissing

Returns whether a value is not missing (this checks that the value is not null, false, or empty). The emptiness of values of type String, Collection, Array (and variants), Map, and Table is checked.

The notion of "missing" portrayed by this function is the same one used by the Required validation.