Class NegateFunction
java.lang.Object
org.eclipse.nebula.widgets.nattable.formula.function.AbstractFunction
org.eclipse.nebula.widgets.nattable.formula.function.AbstractMathFunction
org.eclipse.nebula.widgets.nattable.formula.function.AbstractMathSingleValueFunction
org.eclipse.nebula.widgets.nattable.formula.function.NegateFunction
- All Implemented Interfaces:
FunctionValue,OperatorFunctionValue
Negates the given value.
- Since:
- 1.4
-
Field Summary
Fields inherited from class org.eclipse.nebula.widgets.nattable.formula.function.AbstractFunction
values -
Constructor Summary
ConstructorsConstructorDescriptionNegateFunction(List<FunctionValue> values) NegateFunction(FunctionValue value) -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.formula.function.AbstractMathSingleValueFunction
addFunctionValue, getSingleValueMethods inherited from class org.eclipse.nebula.widgets.nattable.formula.function.AbstractMathFunction
convertValue, validateMethodParameterMethods inherited from class org.eclipse.nebula.widgets.nattable.formula.function.AbstractFunction
isEmpty
-
Constructor Details
-
NegateFunction
public NegateFunction() -
NegateFunction
-
NegateFunction
-
-
Method Details
-
getValue
- Returns:
- The value this
FunctionValuecarries or calculates based on its function.
-
toString
-