Uses of Class
specialized_checkers.time.temporal.CheckerLocalDate
Packages that use CheckerLocalDate
-
Uses of CheckerLocalDate in specialized_checkers.time.temporal
Subclasses with type arguments of type CheckerLocalDate in specialized_checkers.time.temporalModifier and TypeClassDescriptionclass
CheckerLocalDate is a specialized checker for validating and performing assertions onLocalDate
values.Classes in specialized_checkers.time.temporal that implement interfaces with type arguments of type CheckerLocalDateModifier and TypeClassDescriptionclass
CheckerLocalDate is a specialized checker for validating and performing assertions onLocalDate
values.Methods in specialized_checkers.time.temporal that return CheckerLocalDateModifier and TypeMethodDescriptionstatic CheckerLocalDate
Creates a new CheckerLocalDate instance for the given local date with a default name.static CheckerLocalDate
Creates a new CheckerLocalDate instance for the given local date and name.Checks if the local date is within the specified range (exclusive).Checks if the local date is after the specified date.CheckerLocalDate.isAfterOrEqual
(LocalDate date) Checks if the local date is after or equal to the specified date.Checks if the local date is before the specified date.CheckerLocalDate.isBeforeOrEqual
(LocalDate date) Checks if the local date is before or equal to the specified date.CheckerLocalDate.isFuture()
Checks if the local date is in the future (after the current date).CheckerLocalDate.isFutureOrPresent()
Checks if the local date is in the future or present (not before the current date).CheckerLocalDate.isPast()
Checks if the local date is in the past (before the current date).CheckerLocalDate.isPastOrPresent()
Checks if the local date is in the past or present (not after the current date).protected CheckerLocalDate
CheckerLocalDate.self()
Returns this instance (for fluent API usage).