Class MatchesFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.MatchesFunction
-
- All Implemented Interfaces:
org.kie.dmn.feel.runtime.FEELFunction
public class MatchesFunction extends BaseFEELFunction
-
-
Constructor Summary
Constructors Constructor Description MatchesFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.dmn.feel.runtime.functions.FEELFnResult<Boolean>invoke(String input, String pattern)org.kie.dmn.feel.runtime.functions.FEELFnResult<Boolean>invoke(String input, String pattern, String flags)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParam, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-