Package dev.cel.runtime.standard
Class GetMillisecondsFunction
- java.lang.Object
-
- dev.cel.runtime.standard.CelStandardFunction
-
- dev.cel.runtime.standard.GetMillisecondsFunction
-
public final class GetMillisecondsFunction extends CelStandardFunction
Standard function forgetMilliseconds.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetMillisecondsFunction.GetMillisecondsOverloadOverloads for the standard function.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetMillisecondsFunctioncreate()static GetMillisecondsFunctioncreate(GetMillisecondsFunction.GetMillisecondsOverload... overloads)static GetMillisecondsFunctioncreate(java.lang.Iterable<GetMillisecondsFunction.GetMillisecondsOverload> overloads)-
Methods inherited from class dev.cel.runtime.standard.CelStandardFunction
newFunctionBindings
-
-
-
-
Method Detail
-
create
public static GetMillisecondsFunction create()
-
create
public static GetMillisecondsFunction create(GetMillisecondsFunction.GetMillisecondsOverload... overloads)
-
create
public static GetMillisecondsFunction create(java.lang.Iterable<GetMillisecondsFunction.GetMillisecondsOverload> overloads)
-
-