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