Uses of Interface
org.pentaho.reporting.libraries.formula.typing.ArrayCallback
Packages that use ArrayCallback
Package
Description
-
Uses of ArrayCallback in org.pentaho.reporting.libraries.formula.lvalues
Methods in org.pentaho.reporting.libraries.formula.lvalues that return ArrayCallback -
Uses of ArrayCallback in org.pentaho.reporting.libraries.formula.typing
Classes in org.pentaho.reporting.libraries.formula.typing that implement ArrayCallbackModifier and TypeClassDescriptionclass
An array call-back that copies all contents of the source into a private buffer.Methods in org.pentaho.reporting.libraries.formula.typing that return ArrayCallbackModifier and TypeMethodDescriptionDefaultTypeRegistry.convertToArray
(Type type, Object value) TypeRegistry.convertToArray
(Type type, Object value) Constructors in org.pentaho.reporting.libraries.formula.typing with parameters of type ArrayCallback -
Uses of ArrayCallback in org.pentaho.reporting.libraries.formula.typing.sequence
Constructors in org.pentaho.reporting.libraries.formula.typing.sequence with parameters of type ArrayCallbackModifierConstructorDescriptionAnyNumberSequence
(ArrayCallback array, FormulaContext context) Number sequence bounded to an array.AnySequence
(ArrayCallback array, FormulaContext context) DefaultNumberSequence
(ArrayCallback array, FormulaContext context) Number sequence bounded to an array.