or method

Filter or(
  1. Filter filter
)

Implementation

Filter or(Filter filter) {
  return this | filter;
}