Class ToMillisAtStartOfNextNamedWeekDay

  • All Implemented Interfaces:
    java.util.function.LongUnaryOperator

    public class ToMillisAtStartOfNextNamedWeekDay
    extends java.lang.Object
    implements java.util.function.LongUnaryOperator
    Return 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 Detail

      • ToMillisAtStartOfNextNamedWeekDay

        public ToMillisAtStartOfNextNamedWeekDay()
      • ToMillisAtStartOfNextNamedWeekDay

        public ToMillisAtStartOfNextNamedWeekDay​(java.lang.String weekday)
      • ToMillisAtStartOfNextNamedWeekDay

        public ToMillisAtStartOfNextNamedWeekDay​(java.lang.String weekday,
                                                 java.lang.String timezoneId)
    • Method Detail

      • applyAsLong

        public long applyAsLong​(long operand)
        Specified by:
        applyAsLong in interface java.util.function.LongUnaryOperator