Interface DateAdjuster

    • Method Detail

      • adjustDate

        LocalDate adjustDate​(LocalDate date)
        Adjusts the input date returning the adjusted date.

        This is a strategy pattern that allows a range of adjustments to be made to a date.

        Parameters:
        date - the date to adjust, not null
        Returns:
        the adjusted date, never null