Class ModuloFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.signavio.feel.runtime.functions.ModuloFunction
-
- All Implemented Interfaces:
org.kie.dmn.feel.runtime.FEELFunction
public class ModuloFunction extends org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
-
Field Summary
Fields Modifier and Type Field Description static ModuloFunctionINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.dmn.feel.runtime.functions.FEELFnResult<java.math.BigDecimal>invoke(java.math.BigDecimal divident, java.math.BigDecimal divisor)
-
-
-
Field Detail
-
INSTANCE
public static final ModuloFunction INSTANCE
-
-