Class ValidatorLocalTimeBefore

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

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

    • ValidatorLocalTimeBefore

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

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