notMatchFollowingCount method

LogicalChannel notMatchFollowingCount(
  1. Range range
)
inherited

The negated representation of matchFollowingCount.

Implementation

LogicalChannel notMatchFollowingCount(final Range range) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedFollowingCount(range),
    );