and function

Implementation

AndPredicateExpression and(Expression expression) {
  return AndPredicateExpression(expression);
}