Uses of Class
org.eclipse.nebula.widgets.nattable.formula.function.AbstractFunction
Packages that use AbstractFunction
Package
Description
-
Uses of AbstractFunction in org.eclipse.nebula.widgets.nattable.formula
Fields in org.eclipse.nebula.widgets.nattable.formula with type parameters of type AbstractFunctionModifier and TypeFieldDescriptionprotected Map<String,Class<? extends AbstractFunction>> FormulaParser.functionMappingMethod parameters in org.eclipse.nebula.widgets.nattable.formula with type arguments of type AbstractFunctionModifier and TypeMethodDescriptionvoidFormulaDataProvider.registerFunction(String functionName, Class<? extends AbstractFunction> value) Register a new function that can be evaluated.voidFormulaParser.registerFunction(String functionName, Class<? extends AbstractFunction> value) Register a new function that can be evaluated. -
Uses of AbstractFunction in org.eclipse.nebula.widgets.nattable.formula.function
Subclasses of AbstractFunction in org.eclipse.nebula.widgets.nattable.formula.functionModifier and TypeClassDescriptionclassSubclass of this class are intended to perform mathematical operations on the values set to it.classSpecializedAbstractMathFunctionthat only allows a single value for processing.classSpecializedAbstractFunctionthat only allows a single value for processing.classReturns the average of a list of supplied numbers.classReturns the remainder from a division between two supplied numbers.classNegates the given value.classReturns the result of a given number raised to a supplied power.classReturns the product of a supplied list of numbers.classReturns the quotient of a division.classReturns the positive square root of a given number.classReturns the sum of a supplied list of numbers.