Uses of Interface
com.randomnoun.common.jexl.eval.EvalFunction
Packages that use EvalFunction
Package
Description
-
Uses of EvalFunction in com.randomnoun.common.jexl.eval
Methods in com.randomnoun.common.jexl.eval with parameters of type EvalFunctionModifier and TypeMethodDescriptionvoid
EvalContext.setFunction
(String name, EvalFunction function) Set a specific functionMethod parameters in com.randomnoun.common.jexl.eval with type arguments of type EvalFunctionModifier and TypeMethodDescriptionvoid
EvalContext.setFunctions
(Map<String, EvalFunction> functions) Sets all variables accessible to an expression. -
Uses of EvalFunction in com.randomnoun.common.jexl.eval.function
Classes in com.randomnoun.common.jexl.eval.function that implement EvalFunctionModifier and TypeClassDescriptionclass
Defines a endsWith() function.class
Defines a like() function.class
Defines a startsWith() function. -
Uses of EvalFunction in com.randomnoun.common.jexl.sql.function
Classes in com.randomnoun.common.jexl.sql.function that implement EvalFunctionModifier and TypeClassDescriptionclass
'EndsWith' function.class
SQL 'LIKE' operator.class
'StartsWith' function.