notMatchContext method

LogicalChannel notMatchContext(
  1. String value
)
inherited

The negated representation of matchEntity.

Implementation

LogicalChannel notMatchContext(final String value) => _buffer.appendOperator(
      _standaloneOperation.createNegatedContext(value),
    );