Uses of Class
com.luchersol.core.specialized_checkers.time.temporal.CheckerDate
Packages that use CheckerDate
Package
Description
Specialized checkers for Java 8+ temporal types.
-
Uses of CheckerDate in com.luchersol.core.specialized_checkers.time.temporal
Subclasses with type arguments of type CheckerDate in com.luchersol.core.specialized_checkers.time.temporalModifier 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.Classes in com.luchersol.core.specialized_checkers.time.temporal that implement interfaces with type arguments of type CheckerDateModifier 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.Methods in com.luchersol.core.specialized_checkers.time.temporal that return CheckerDateModifier and TypeMethodDescriptionstatic CheckerDateCreates a new CheckerDate instance for the given date with a default name.static CheckerDateCreates a new CheckerDate instance for the given date and name.Checks if the date is within the specified range (exclusive).Checks if the date is after the specified date.CheckerDate.isAfterOrEqual(Date date) Checks if the date is after or equal to the specified date.Checks if the date is before the specified date.CheckerDate.isBeforeOrEqual(Date date) Checks if the date is before or equal to the specified date.CheckerDate.isFuture()Checks if the date is in the future (after the current date and time).CheckerDate.isPast()Checks if the date is in the past (before the current date and time).protected CheckerDateCheckerDate.self()Returns this instance (for fluent API usage).