Class StartingEpochMillis
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_time_types.StartingEpochMillis
-
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class StartingEpochMillis extends java.lang.Object implements java.util.function.LongUnaryOperatorThis function sets the minimum long value to the equivalent unix epoch time in milliseconds. It simply adds the input value to this base value as determined by the provided time specifier. It wraps any overflow within this range as well.
-
-
Constructor Summary
Constructors Constructor Description StartingEpochMillis(java.lang.String baseTimeSpec)
-
Method Summary
Modifier and Type Method Description longapplyAsLong(long value)
-