or method

HFilter or(
  1. HFilter that
)

Returns a query which is the logical-or of this and that query.

Implementation

HFilter or(HFilter that) => _Or(this, that);