OR method

Where OR(
  1. Where w
)

Implementation

Where OR(Where w) {
  return _WhereOr(this, w);
}