Package dev.cel.runtime.standard
Class GetSecondsFunction
- java.lang.Object
-
- dev.cel.runtime.standard.CelStandardFunction
-
- dev.cel.runtime.standard.GetSecondsFunction
-
public final class GetSecondsFunction extends CelStandardFunction
Standard function forgetSeconds.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetSecondsFunction.GetSecondsOverloadOverloads for the standard function.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetSecondsFunctioncreate()static GetSecondsFunctioncreate(GetSecondsFunction.GetSecondsOverload... overloads)static GetSecondsFunctioncreate(java.lang.Iterable<GetSecondsFunction.GetSecondsOverload> overloads)-
Methods inherited from class dev.cel.runtime.standard.CelStandardFunction
newFunctionBindings
-
-
-
-
Method Detail
-
create
public static GetSecondsFunction create()
-
create
public static GetSecondsFunction create(GetSecondsFunction.GetSecondsOverload... overloads)
-
create
public static GetSecondsFunction create(java.lang.Iterable<GetSecondsFunction.GetSecondsOverload> overloads)
-
-