Class ProductFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.signavio.feel.runtime.functions.ProductFunction
-
- All Implemented Interfaces:
org.kie.dmn.feel.runtime.FEELFunction
public class ProductFunction extends org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
-
Field Summary
Fields Modifier and Type Field Description static ProductFunctionINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal>invoke(Number single)org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal>invoke(Object[] list)org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal>invoke(List list)
-
-
-
Field Detail
-
INSTANCE
public static final ProductFunction INSTANCE
-
-
Method Detail
-
invoke
public org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> invoke(List list)
-
invoke
public org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> invoke(Number single)
-
invoke
public org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> invoke(Object[] list)
-
-