not method

Implementation

QueryBuilder<OBJ, R, QFilterCondition> not() {
  return notInternal();
}