notMatchSource method

LogicalChannel notMatchSource(
  1. String value
)
inherited

The negated representation of matchSource.

Implementation

LogicalChannel notMatchSource(final String value) => _buffer.appendOperator(
      _conjunctionRequiredOperation.createNegatedSource(value),
    );