Uses of Class
io.appform.hope.core.values.NumericValue
-
-
Uses of NumericValue in io.appform.hope.core
Methods in io.appform.hope.core with parameters of type NumericValue Modifier and Type Method Description TVisitor. visit(NumericValue numericValue)TVisitorAdapter. visit(NumericValue numericValue) -
Uses of NumericValue in io.appform.hope.core.functions.impl.arr
Methods in io.appform.hope.core.functions.impl.arr that return NumericValue Modifier and Type Method Description NumericValueLength. apply(Evaluator.EvaluationContext evaluationContext) -
Uses of NumericValue in io.appform.hope.core.functions.impl.math
Methods in io.appform.hope.core.functions.impl.math that return NumericValue Modifier and Type Method Description NumericValueAbs. apply(Evaluator.EvaluationContext evaluationContext)NumericValueAdd. apply(Evaluator.EvaluationContext evaluationContext)NumericValueCeil. apply(Evaluator.EvaluationContext evaluationContext)NumericValueDivide. apply(Evaluator.EvaluationContext evaluationContext)NumericValueFloor. apply(Evaluator.EvaluationContext evaluationContext)NumericValueModulo. apply(Evaluator.EvaluationContext evaluationContext)NumericValueMultiply. apply(Evaluator.EvaluationContext evaluationContext)NumericValueNegate. apply(Evaluator.EvaluationContext evaluationContext)NumericValueSubstract. apply(Evaluator.EvaluationContext evaluationContext) -
Uses of NumericValue in io.appform.hope.core.functions.impl.sys
Methods in io.appform.hope.core.functions.impl.sys that return NumericValue Modifier and Type Method Description NumericValueEpoch. apply(Evaluator.EvaluationContext evaluationContext) -
Uses of NumericValue in io.appform.hope.core.functions.impl.utils
Methods in io.appform.hope.core.functions.impl.utils that return NumericValue Modifier and Type Method Description NumericValueHashJ. apply(Evaluator.EvaluationContext evaluationContext)NumericValueHashM128. apply(Evaluator.EvaluationContext evaluationContext) -
Uses of NumericValue in io.appform.hope.core.operators
Constructors in io.appform.hope.core.operators with parameters of type NumericValue Constructor Description Greater(NumericValue lhs, NumericValue rhs)GreaterEquals(NumericValue lhs, NumericValue rhs)Lesser(NumericValue lhs, NumericValue rhs)LesserEquals(NumericValue lhs, NumericValue rhs)
-