notMatchRepliesTo method

LogicalChannel notMatchRepliesTo(
  1. String tweetId
)
inherited

The negated representation of matchRepliesTo.

Implementation

LogicalChannel notMatchRepliesTo(final String tweetId) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedRepliesOf(tweetId),
    );