Uses of Interface
com.luchersol.core.specialized_checkers.time.temporal.InterfaceCheckerDate
Packages that use InterfaceCheckerDate
Package
Description
Specialized checkers for Java 8+ temporal types.
-
Uses of InterfaceCheckerDate in com.luchersol.core.specialized_checkers.time.temporal
Classes in com.luchersol.core.specialized_checkers.time.temporal with type parameters of type InterfaceCheckerDateModifier and TypeInterfaceDescriptioninterfaceInterfaceCheckerDate<T extends InterfaceCheckerDate<T,U>, U> 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).Classes in com.luchersol.core.specialized_checkers.time.temporal that implement InterfaceCheckerDateModifier and TypeClassDescriptionclassA specialized checker forDateinstances, 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.classA 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.classA 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.classA 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.