notNull method

Condition notNull ()

Implementation

Condition notNull() {
  return IntegerCondition(ConditionOp.notNull, this, null, null);
}