Class ToMillisAtStartOfNamedWeekDay

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

    public class ToMillisAtStartOfNamedWeekDay
    extends java.lang.Object
    implements java.util.function.LongUnaryOperator
    Return the epoch milliseconds at the start of the most recent day that falls on the given weekday for the given epoch milliseconds, including the current day if valid.
    • Method Summary

      Modifier and Type Method Description
      long applyAsLong​(long operand)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.LongUnaryOperator

        andThen, compose
    • Constructor Detail

      • ToMillisAtStartOfNamedWeekDay

        public ToMillisAtStartOfNamedWeekDay()
      • ToMillisAtStartOfNamedWeekDay

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

        public ToMillisAtStartOfNamedWeekDay​(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