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