and method

dynamic and(
  1. dynamic expressions
)

Implementation

and(expressions) {
  return _logicOP(LogicCommandLiteral.AND, expressions);
}