interface AllElementsTrue {
    $allElementsTrue: ArrayExpression<any>;
}

Properties

Properties

$allElementsTrue: ArrayExpression<any>

Evaluates an array as a set and returns true if no element in the array is false. Otherwise, returns false. An empty array returns true.