Uses of Package
com.luchersol.core.specialized_checkers.time.temporal

Package
Description
Specialized checkers for Java 8+ temporal types.
  • Class
    Description
    A specialized checker for Date instances, providing fluent API methods to assert temporal properties such as being before/after another date, inclusivity checks, range validations, and whether a date lies in the past or future.
    A specialized checker for LocalDate instances, providing fluent API methods to assert temporal properties such as being before/after another date, inclusivity checks, range validations, and whether a date lies in the past, future, or present.
    A specialized checker for LocalDateTime instances, providing fluent API methods to assert temporal properties such as being before/after another date-time, inclusivity checks, range validations, and whether a date-time lies in the past or future relative to the system clock.
    A specialized checker for LocalTime instances, providing fluent API methods to assert temporal properties such as being before/after another time, inclusivity checks, range validations, and whether a time lies in the past or future relative to the system clock.
    InterfaceCheckerDate defines a contract for date/time checker classes, providing common validation methods such as comparisons (before, after, in range) and temporal checks (past, future).