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