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 condition operands.
-
Method Summary
-
Method Details
-
wildcard
- Returns:
- the
Valuecontrolling how wildcards are added to a Stringequal()operand when accessed viaequalWithWildcards()
-
equalWithWildcards
- Returns:
- the
equal()operand, assuming it is a String, with wildcards added - See Also:
-
equal
- Returns:
- a
Valuecontrolling the operand used for theOperator.EQUALandOperator.NOT_EQUALoperators
-
upper
- Returns:
- a
Valuecontrolling the upper bound operand used for range based operators
-
lower
- Returns:
- a
Valuecontrolling the lower bound operand used for range based operators
-
in
- Returns:
- a
Valuecontrolling the operands used for theOperator.INandOperator.NOT_INoperator
-