notMatchTweetTo method

LogicalChannel notMatchTweetTo(
  1. String user
)
inherited

The negated representation of matchTweetTo.

Implementation

LogicalChannel notMatchTweetTo(final String user) => _buffer.appendOperator(
      _standaloneOperation.createNegatedTweetTo(user),
    );