public interface ArithmeticRestrictionExtractor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
eq(Double value,
String expression,
Object... parameters)
Eq t.
|
<T> T |
gt(Double value,
String expression,
Object... parameters)
Gt t.
|
<T> T |
gte(Double value,
String expression,
Object... parameters)
Gte t.
|
<T> T |
lt(Double value,
String expression,
Object... parameters)
Lt t.
|
<T> T |
lte(Double value,
String expression,
Object... parameters)
Lte t.
|
<T> T |
notEq(Double value,
String expression,
Object... parameters)
Not eq t.
|
<T> T eq(Double value, String expression, Object... parameters)
T - the type parametervalue - the valueexpression - the expressionparameters - the parameters<T> T notEq(Double value, String expression, Object... parameters)
T - the type parametervalue - the valueexpression - the expressionparameters - the parameters<T> T lt(Double value, String expression, Object... parameters)
T - the type parametervalue - the valueexpression - the expressionparameters - the parameters<T> T lte(Double value, String expression, Object... parameters)
T - the type parametervalue - the valueexpression - the expressionparameters - the parameters<T> T gt(Double value, String expression, Object... parameters)
T - the type parametervalue - the valueexpression - the expressionparameters - the parametersCopyright © 2020. All rights reserved.