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