Package org.eclipse.nebula.widgets.nattable.formula.function
package org.eclipse.nebula.widgets.nattable.formula.function
-
ClassDescriptionSubclasses are intended to process values that are set to it.Subclass of this class are intended to perform mathematical operations on the values set to it.Specialized
AbstractMathFunction
that only allows a single value for processing.SpecializedAbstractFunction
that only allows a single value for processing.Returns the average of a list of supplied numbers.FunctionValue
that carries aBigDecimal
for calculations.Exception that is fired on function evaluation.Implementations of this interface specify a value of a function.Returns the remainder from a division between two supplied numbers.FunctionValue
that carries multipleFunctionValue
s.Negates the given value.Implementations of this interface are intended to perform operations on other values.Returns the result of a given number raised to a supplied power.Returns the product of a supplied list of numbers.Returns the quotient of a division.Returns the positive square root of a given number.Returns the sum of a supplied list of numbers.