matchTweetContainsMentions method

LogicalChannel matchTweetContainsMentions()
inherited

Matches Tweets that mention another Twitter user.

Type

Availability

  • Essential

Implementation

LogicalChannel matchTweetContainsMentions() =>
    _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createHasMentions(),
    );