and method

AndCondition and(
  1. Column col
)

Implementation

AndCondition and(Column col) {
  columns.add(col);
  return this;
}