Package dev.cel.runtime.standard
Class MatchesFunction
- java.lang.Object
-
- dev.cel.runtime.standard.CelStandardFunction
-
- dev.cel.runtime.standard.MatchesFunction
-
public final class MatchesFunction extends CelStandardFunction
Standard function formatches.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatchesFunction.MatchesOverloadOverloads for the standard function.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatchesFunctioncreate()static MatchesFunctioncreate(MatchesFunction.MatchesOverload... overloads)static MatchesFunctioncreate(java.lang.Iterable<MatchesFunction.MatchesOverload> overloads)-
Methods inherited from class dev.cel.runtime.standard.CelStandardFunction
newFunctionBindings
-
-
-
-
Method Detail
-
create
public static MatchesFunction create()
-
create
public static MatchesFunction create(MatchesFunction.MatchesOverload... overloads)
-
create
public static MatchesFunction create(java.lang.Iterable<MatchesFunction.MatchesOverload> overloads)
-
-