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