notMatchTweetFrom method

LogicalChannel notMatchTweetFrom(
  1. String user
)
inherited

The negated representation of matchTweetFrom.

Implementation

LogicalChannel notMatchTweetFrom(final String user) => _buffer.appendOperator(
      _standaloneOperation.createNegatedTweetFrom(user),
    );