notMatchTweetsCount method

LogicalChannel notMatchTweetsCount(
  1. Range range
)
inherited

The negated representation of matchTweetsCount.

Implementation

LogicalChannel notMatchTweetsCount(final Range range) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedTweetsCount(range),
    );