Package dev.cel.runtime.standard
Class GetMonthFunction
- java.lang.Object
-
- dev.cel.runtime.standard.CelStandardFunction
-
- dev.cel.runtime.standard.GetMonthFunction
-
public final class GetMonthFunction extends CelStandardFunction
Standard function runtime definition forgetMonth.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetMonthFunction.GetMonthOverloadOverloads for the standard function.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetMonthFunctioncreate()static GetMonthFunctioncreate(GetMonthFunction.GetMonthOverload... overloads)static GetMonthFunctioncreate(java.lang.Iterable<GetMonthFunction.GetMonthOverload> overloads)-
Methods inherited from class dev.cel.runtime.standard.CelStandardFunction
newFunctionBindings
-
-
-
-
Method Detail
-
create
public static GetMonthFunction create()
-
create
public static GetMonthFunction create(GetMonthFunction.GetMonthOverload... overloads)
-
create
public static GetMonthFunction create(java.lang.Iterable<GetMonthFunction.GetMonthOverload> overloads)
-
-