and method

Filter and(
  1. Filter filter
)

Implementation

Filter and(Filter filter) {
  return this & filter;
}