Class DataSource

    • Field Detail

      • FRIDAY_OF_WEEK

        public static final java.util.function.UnaryOperator<java.time.LocalDate> FRIDAY_OF_WEEK
        Move the date forward, if necessary, to a Friday.
      • LAST_DAY_OF_MONTH

        public static final java.util.function.UnaryOperator<java.time.LocalDate> LAST_DAY_OF_MONTH
        Move the date forward, if necessary, to the last day of the month.
      • LAST_DAY_OF_YEAR

        public static final java.util.function.UnaryOperator<java.time.LocalDate> LAST_DAY_OF_YEAR
        Move the date forward, if necessary, to the last day of the year.