Class ValidatorLocalDateBefore

All Implemented Interfaces:
io.github.mmm.base.lang.Composable<Validator<?>>, Validator<LocalDate>, Iterable<Validator<?>>

public class ValidatorLocalDateBefore extends ValidatorTemporalBefore<LocalDate>
Implementation of ValidatorTemporalBefore for LocalDate.
Since:
1.0.0
  • Constructor Details

    • ValidatorLocalDateBefore

      public ValidatorLocalDateBefore(Supplier<LocalDate> valueSource)
      The constructor.
      Parameters:
      valueSource - the Supplier of the value to compare to.
    • ValidatorLocalDateBefore

      public ValidatorLocalDateBefore(LocalDate value)
      The constructor.
      Parameters:
      value - the value to compare to.
  • Method Details