isNull method
inherited
Implementation
Condition isNull() {
// the integer serves as a dummy type, to initialize the base type
return IntegerCondition(ConditionOp.isNull, this, null, null);
}
Condition isNull() {
// the integer serves as a dummy type, to initialize the base type
return IntegerCondition(ConditionOp.isNull, this, null, null);
}