Uses of Class
com.luchersol.core.specialized_checkers.time.CheckerPeriod
Packages that use CheckerPeriod
Package
Description
Specialized checkers for temporal and time-related operations.
-
Uses of CheckerPeriod in com.luchersol.core.specialized_checkers.time
Subclasses with type arguments of type CheckerPeriod in com.luchersol.core.specialized_checkers.timeModifier and TypeClassDescriptionclassA specialized checker forPeriodinstances, providing a fluent API to assert various temporal properties such as positivity, negativity, zero value, and comparisons with other periods or specific temporal units.Methods in com.luchersol.core.specialized_checkers.time that return CheckerPeriodModifier and TypeMethodDescriptionstatic CheckerPeriodCreates a new CheckerPeriod instance for the given period with a default name.static CheckerPeriodCreates a new CheckerPeriod instance for the given period and name.Checks if the period is equal to another period.CheckerPeriod.isEqual(TemporalUnit temporalUnit, double time) Checks if the period is equal to the specified time in the given temporal unit.CheckerPeriod.isGreaterOrEqualThan(Period other) Checks if the period is greater than or equal to another period.CheckerPeriod.isGreaterOrEqualThan(TemporalUnit temporalUnit, double time) Checks if the period is greater than or equal to the specified time in the given temporal unit.CheckerPeriod.isGreaterThan(Period other) Checks if the period is greater than another period.CheckerPeriod.isGreaterThan(TemporalUnit temporalUnit, double time) Checks if the period is greater than the specified time in the given temporal unit.CheckerPeriod.isLessOrEqualThan(Period other) Checks if the period is less than or equal to another period.CheckerPeriod.isLessOrEqualThan(TemporalUnit temporalUnit, double time) Checks if the period is less than or equal to the specified time in the given temporal unit.CheckerPeriod.isLessThan(Period other) Checks if the period is less than another period.CheckerPeriod.isLessThan(TemporalUnit temporalUnit, double time) Checks if the period is less than the specified time in the given temporal unit.CheckerPeriod.isNegative()Checks if the period is negative (less than zero).CheckerPeriod.isPositive()Checks if the period is positive (greater than zero).CheckerPeriod.isZero()Checks if the period is zero.protected CheckerPeriodCheckerPeriod.self()Returns this instance (for fluent API usage).