notMatchConversation method

LogicalChannel notMatchConversation(
  1. String tweetId
)
inherited

The negated representation of matchConversation.

Implementation

LogicalChannel notMatchConversation(final String tweetId) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedConversation(tweetId),
    );