Uses of Package
com.luchersol.core.specialized_checkers.time.temporal
Packages that use com.luchersol.core.specialized_checkers.time.temporal
Package
Description
Specialized checkers for Java 8+ temporal types.
-
Classes in com.luchersol.core.specialized_checkers.time.temporal used by com.luchersol.core.specialized_checkers.time.temporalClassDescriptionA specialized checker for
Dateinstances, 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 forLocalDateinstances, 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 forLocalDateTimeinstances, 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 forLocalTimeinstances, 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).