Class SplitFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.SplitFunction
-
- All Implemented Interfaces:
FEELFunction
@GwtIncompatible public class SplitFunction extends BaseFEELFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction
FEELFunction.Param
-
-
Field Summary
Fields Modifier and Type Field Description static SplitFunctionINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<List<String>>invoke(String string, String delimiter)FEELFnResult<List<String>>invoke(String string, String delimiter, String flags)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Field Detail
-
INSTANCE
public static final SplitFunction INSTANCE
-
-