adjust method

LocalDate adjust(
  1. LocalDate adjuster(
    1. LocalDate
    )
)

Implementation

LocalDate adjust(LocalDate Function(LocalDate) adjuster) => adjuster(this);