Class ValidatorZonedDateTimeBefore

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

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

    • ValidatorZonedDateTimeBefore

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

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