Class Epoch
- java.lang.Object
-
- io.appform.hope.core.functions.HopeFunction<NumericValue>
-
- io.appform.hope.core.functions.impl.sys.Epoch
-
public class Epoch extends HopeFunction<NumericValue>
Returns current UNIX epoch timeNumericValuein milliseconds.
-
-
Constructor Summary
Constructors Constructor Description Epoch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumericValueapply(Evaluator.EvaluationContext evaluationContext)
-
-
-
Method Detail
-
apply
public NumericValue apply(Evaluator.EvaluationContext evaluationContext)
- Specified by:
applyin classHopeFunction<NumericValue>
-
-