Class StringLowerCaseFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.StringLowerCaseFunction
-
- All Implemented Interfaces:
FEELFunction
public class StringLowerCaseFunction 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 StringLowerCaseFunctionINSTANCE
-
Constructor Summary
Constructors Constructor Description StringLowerCaseFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<java.lang.String>invoke(java.lang.String string)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Field Detail
-
INSTANCE
public static final StringLowerCaseFunction INSTANCE
-
-
Method Detail
-
invoke
public FEELFnResult<java.lang.String> invoke(java.lang.String string)
-
-