firstNotNull

Returns the first Value object of the sequence which value is not null. If the value sequence is empty or if there aren’t not null values in the sequence a Value object with a null value is returned.

See also empty, first, last, valueAt, size.

Syntax

firstNotNull()

Examples

$('Admin.StageInstance.stage').firstNotNull()