and method

AndCondition and(
  1. Column right
)

Implementation

AndCondition and(Column right) {
  return AndCondition.init(this, right);
}