notMatchListedCount method

LogicalChannel notMatchListedCount(
  1. Range range
)
inherited

The negated representation of matchListedCount.

Implementation

LogicalChannel notMatchListedCount(final Range range) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedListedCount(range),
    );