Class StringFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.StringFunction
-
- All Implemented Interfaces:
org.kie.dmn.feel.runtime.FEELFunction
public class StringFunction extends BaseFEELFunction
-
-
Constructor Summary
Constructors Constructor Description StringFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Stringformat(String format, Object[] values)org.kie.dmn.feel.runtime.functions.FEELFnResult<String>invoke(Object val)org.kie.dmn.feel.runtime.functions.FEELFnResult<String>invoke(String mask, Object[] params)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParam, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-