Uses of Class
org.pentaho.reporting.libraries.formula.lvalues.TypeValuePair
-
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula
Methods in org.pentaho.reporting.libraries.formula that return TypeValuePair Modifier and Type Method Description TypeValuePair
Formula. evaluateTyped()
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function
Methods in org.pentaho.reporting.libraries.formula.function that return TypeValuePair Modifier and Type Method Description TypeValuePair
Function. evaluate(FormulaContext context, ParameterCallback parameters)
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.datetime
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.information
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.logical
Methods in org.pentaho.reporting.libraries.formula.function.logical that return TypeValuePair 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
IfNaFunction. 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)
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.math
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.rounding
Methods in org.pentaho.reporting.libraries.formula.function.rounding that return TypeValuePair Modifier and Type Method Description TypeValuePair
IntFunction. evaluate(FormulaContext context, ParameterCallback parameters)
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.text
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.function.userdefined
Methods in org.pentaho.reporting.libraries.formula.function.userdefined that return TypeValuePair 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)
TypeValuePair
ParseDateFunction. evaluate(FormulaContext context, ParameterCallback parameters)
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.lvalues
Methods in org.pentaho.reporting.libraries.formula.lvalues that return TypeValuePair 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()
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.operators
-
Uses of TypeValuePair in org.pentaho.reporting.libraries.formula.typing
Methods in org.pentaho.reporting.libraries.formula.typing that return TypeValuePair 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.Methods in org.pentaho.reporting.libraries.formula.typing with parameters of type TypeValuePair 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.
-