notMatchFollowersCount method

LogicalChannel notMatchFollowersCount(
  1. Range range
)
inherited

The negated representation of matchFollowersCount.

Implementation

LogicalChannel notMatchFollowersCount(final Range range) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedFollowersCount(range),
    );