Uses of Class
com.luchersol.core.specialized_checkers.time.temporal.CheckerLocalTime
Packages that use CheckerLocalTime
Package
Description
Specialized checkers for Java 8+ temporal types.
-
Uses of CheckerLocalTime in com.luchersol.core.specialized_checkers.time.temporal
Subclasses with type arguments of type CheckerLocalTime in com.luchersol.core.specialized_checkers.time.temporalModifier and TypeClassDescriptionclassA 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.Classes in com.luchersol.core.specialized_checkers.time.temporal that implement interfaces with type arguments of type CheckerLocalTimeModifier and TypeClassDescriptionclassA 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.Methods in com.luchersol.core.specialized_checkers.time.temporal that return CheckerLocalTimeModifier and TypeMethodDescriptionstatic CheckerLocalTimeCreates a new CheckerLocalTime instance for the given local time with a default name.static CheckerLocalTimeCreates 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 CheckerLocalTimeCheckerLocalTime.self()Returns this instance (for fluent API usage).