Uses of Class
dev.cel.checker.Standard.Function
-
Packages that use Standard.Function Package Description dev.cel.checker -
-
Uses of Standard.Function in dev.cel.checker
Methods in dev.cel.checker that return Standard.Function Modifier and Type Method Description static Standard.FunctionStandard.Function. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Standard.Function[]Standard.Function. values()Returns an array containing the constants of this enum type, in the order they are declared.
-