Class ToMillisAtStartOfSecond
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_time_types.joda.ToMillisAtStartOfSecond
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class ToMillisAtStartOfSecond
extends java.lang.Object
implements java.util.function.LongUnaryOperator
Return the epoch milliseconds at the start of the second for the given
epoch milliseconds.
-
Constructor Summary
Constructors Constructor Description ToMillisAtStartOfSecond()ToMillisAtStartOfSecond(java.lang.String timezoneId) -
Method Summary
Modifier and Type Method Description longapplyAsLong(long operand)
-
Constructor Details
-
ToMillisAtStartOfSecond
public ToMillisAtStartOfSecond() -
ToMillisAtStartOfSecond
public ToMillisAtStartOfSecond(java.lang.String timezoneId)
-
-
Method Details
-
applyAsLong
public long applyAsLong(long operand)- Specified by:
applyAsLongin interfacejava.util.function.LongUnaryOperator
-