Class NumberFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.NumberFunction
-
- All Implemented Interfaces:
FEELFunction
public class NumberFunction extends BaseFEELFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction
FEELFunction.Param
-
-
Constructor Summary
Constructors Constructor Description NumberFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<BigDecimal>invoke(String from, String group, String decimal)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Method Detail
-
invoke
public FEELFnResult<BigDecimal> invoke(String from, String group, String decimal)
-
-