Module is.codion.common.model
Package is.codion.common.model.condition
Interface ConditionModel.Operands<T>
- Type Parameters:
T
- the value type
- Enclosing interface:
- ConditionModel<T>
public static interface ConditionModel.Operands<T>
Provides access to the operands.
-
Method Summary
-
Method Details
-
equal
- Returns:
- a
Value
controlling the operand used for theOperator.EQUAL
andOperator.NOT_EQUAL
operators
-
in
- Returns:
- a
Value
controlling the operands used for theOperator.IN
andOperator.NOT_IN
operator
-
upperBound
- Returns:
- a
Value
controlling the upper bound operand used for range based operators
-
lowerBound
- Returns:
- a
Value
controlling the lower bound operand used for range based operators
-