Class ValidatorZonedDateTimeAfter

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

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

    • ValidatorZonedDateTimeAfter

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

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