Package | Description |
---|---|
student.testingsupport |
Modifier and Type | Field and Description |
---|---|
GObjectFilter.BinaryOperator |
GObjectFilter.and
The "and" operator for combining filters, designed to be used in
expressions like
where.nameIs("...").and.enabledIs(true) . |
GObjectFilter.BinaryOperator |
GObjectFilter.or
The "or" operator for combining filters, designed to be used in
expressions like
where.locationIs(25, 25).or.textIs("def") . |