Package dev.cel.runtime.standard
Class GetHoursFunction
- java.lang.Object
-
- dev.cel.runtime.standard.CelStandardFunction
-
- dev.cel.runtime.standard.GetHoursFunction
-
public final class GetHoursFunction extends CelStandardFunction
Standard function forgetHours.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetHoursFunction.GetHoursOverloadOverloads for the standard function.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetHoursFunctioncreate()static GetHoursFunctioncreate(GetHoursFunction.GetHoursOverload... overloads)static GetHoursFunctioncreate(java.lang.Iterable<GetHoursFunction.GetHoursOverload> overloads)-
Methods inherited from class dev.cel.runtime.standard.CelStandardFunction
newFunctionBindings
-
-
-
-
Method Detail
-
create
public static GetHoursFunction create()
-
create
public static GetHoursFunction create(GetHoursFunction.GetHoursOverload... overloads)
-
create
public static GetHoursFunction create(java.lang.Iterable<GetHoursFunction.GetHoursOverload> overloads)
-
-