Class RoundHalfDownFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.extended.RoundHalfDownFunction
-
- All Implemented Interfaces:
FEELFunction
public class RoundHalfDownFunction extends BaseFEELFunction
provisional access for DMN14-126
-
-
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 RoundHalfDownFunctionINSTANCE
-
Constructor Summary
Constructors Constructor Description RoundHalfDownFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<BigDecimal>invoke(BigDecimal n)FEELFnResult<BigDecimal>invoke(BigDecimal n, BigDecimal scale)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Field Detail
-
INSTANCE
public static final RoundHalfDownFunction INSTANCE
-
-
Method Detail
-
invoke
public FEELFnResult<BigDecimal> invoke(BigDecimal n)
-
invoke
public FEELFnResult<BigDecimal> invoke(BigDecimal n, BigDecimal scale)
-
-