Class ToMillisAtStartOfNextNamedWeekDay
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_time_types.joda.ToMillisAtStartOfNextNamedWeekDay
-
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class ToMillisAtStartOfNextNamedWeekDay extends java.lang.Object implements java.util.function.LongUnaryOperatorReturn the epoch milliseconds at the start of the next day that falls on the given weekday for the given epoch milliseconds, not including the current day.
-
-
Constructor Summary
Constructors Constructor Description ToMillisAtStartOfNextNamedWeekDay()ToMillisAtStartOfNextNamedWeekDay(java.lang.String weekday)ToMillisAtStartOfNextNamedWeekDay(java.lang.String weekday, java.lang.String timezoneId)
-
Method Summary
Modifier and Type Method Description longapplyAsLong(long operand)
-
-
-
Constructor Detail
-
ToMillisAtStartOfNextNamedWeekDay
public ToMillisAtStartOfNextNamedWeekDay()
-
ToMillisAtStartOfNextNamedWeekDay
public ToMillisAtStartOfNextNamedWeekDay(java.lang.String weekday)
-
ToMillisAtStartOfNextNamedWeekDay
public ToMillisAtStartOfNextNamedWeekDay(java.lang.String weekday, java.lang.String timezoneId)
-
-