every static method

Implementation

static ArrayExpressionIn every(VariableExpression variable) {
  return ArrayExpressionIn._("EVERY", variable);
}