notMatchTweetContainsMentions method

LogicalChannel notMatchTweetContainsMentions()
inherited

The negated representation of matchTweetContainsMentions.

Implementation

LogicalChannel notMatchTweetContainsMentions() =>
    _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createNegatedHasMentions(),
    );