Modifier and Type | Method | Description |
---|---|---|
TypeValuePair |
Formula.evaluateTyped() |
Modifier and Type | Method | Description |
---|---|---|
TypeValuePair |
Function.evaluate(FormulaContext context,
ParameterCallback parameters) |
Modifier and Type | Method | Description |
---|---|---|
TypeValuePair |
AndFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
|
TypeValuePair |
FalseFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
|
TypeValuePair |
IfFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
|
TypeValuePair |
NotFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
|
TypeValuePair |
OrFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
|
TypeValuePair |
TrueFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
|
TypeValuePair |
XorFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
Modifier and Type | Method | Description |
---|---|---|
TypeValuePair |
IntFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
Modifier and Type | Method | Description |
---|---|---|
TypeValuePair |
CsvArrayFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
|
TypeValuePair |
CsvTextFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
|
TypeValuePair |
NormalizeArrayFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
|
TypeValuePair |
NullFunction.evaluate(FormulaContext context,
ParameterCallback parameters) |
Modifier and Type | Method | Description |
---|---|---|
TypeValuePair |
ContextLookup.evaluate() |
|
TypeValuePair |
DefaultDataTable.evaluate() |
|
TypeValuePair |
FormulaFunction.evaluate() |
|
TypeValuePair |
LValue.evaluate() |
|
TypeValuePair |
PostfixTerm.evaluate() |
|
TypeValuePair |
PrefixTerm.evaluate() |
|
TypeValuePair |
StaticValue.evaluate() |
|
TypeValuePair |
Term.evaluate() |
Modifier and Type | Method | Description |
---|---|---|
TypeValuePair |
DefaultTypeRegistry.convertTo(Type targetType,
TypeValuePair valuePair) |
Checks whether the target type would accept the specified value object and value type.
This method is called for auto conversion of fonction parameters using the conversion type declared by the function metadata. |
TypeValuePair |
TypeRegistry.convertTo(Type targetType,
TypeValuePair valuePair) |
Checks whether the target type would accept the specified value object and value type.
|
Modifier and Type | Method | Description |
---|---|---|
TypeValuePair |
DefaultTypeRegistry.convertTo(Type targetType,
TypeValuePair valuePair) |
Checks whether the target type would accept the specified value object and value type.
This method is called for auto conversion of fonction parameters using the conversion type declared by the function metadata. |
TypeValuePair |
TypeRegistry.convertTo(Type targetType,
TypeValuePair valuePair) |
Checks whether the target type would accept the specified value object and value type.
|