Class Negate
- java.lang.Object
-
- io.appform.hope.core.functions.HopeFunction<NumericValue>
-
- io.appform.hope.core.functions.impl.math.Negate
-
public class Negate extends HopeFunction<NumericValue>
Returns negativeNumericValueof evaluatedNumericValueparameter.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumericValueapply(Evaluator.EvaluationContext evaluationContext)
-
-
-
Constructor Detail
-
Negate
public Negate(Value param)
-
-
Method Detail
-
apply
public NumericValue apply(Evaluator.EvaluationContext evaluationContext)
- Specified by:
applyin classHopeFunction<NumericValue>
-
-