every static method

Starts an EVERY quantified range predicate and defines a variable.

An EVERY quantified array expression returns true if the array is empty or every element in the array matches.

Implementation

static ArrayExpressionIn every(VariableExpressionInterface variable) =>
    ArrayExpressionInImpl(Quantifier.every, variable);