and method

HFilter and(
  1. HFilter that
)

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

Implementation

HFilter and(HFilter that) => _And(this, that);