Class NNSumFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.twovaluelogic.NNSumFunction
-
- All Implemented Interfaces:
FEELFunction
public class NNSumFunction extends BaseFEELFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction
FEELFunction.Param
-
-
Field Summary
Fields Modifier and Type Field Description static NNSumFunctionINSTANCE
-
Constructor Summary
Constructors Constructor Description NNSumFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<BigDecimal>invoke(Number single)FEELFnResult<BigDecimal>invoke(Object[] list)FEELFnResult<BigDecimal>invoke(List list)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Field Detail
-
INSTANCE
public static final NNSumFunction INSTANCE
-
-
Method Detail
-
invoke
public FEELFnResult<BigDecimal> invoke(List list)
-
invoke
public FEELFnResult<BigDecimal> invoke(Number single)
-
invoke
public FEELFnResult<BigDecimal> invoke(Object[] list)
-
-