@FunctionalInterface public interface IHasDeletionDateTime
| Modifier and Type | Method and Description |
|---|---|
default LocalDate |
getDeletionDate() |
LocalDateTime |
getDeletionDateTime() |
default LocalTime |
getDeletionTime() |
default boolean |
hasDeletionDateTime() |
default boolean |
isDeletedAt(LocalDateTime aDT)
Check if the object was deleted at the specified local date time.
|
@Nullable LocalDateTime getDeletionDateTime()
null if the object has not
been deleted yet.default boolean hasDeletionDateTime()
default boolean isDeletedAt(@Nonnull LocalDateTime aDT)
true, if the deletion time is ≤ than the specified local
date time.aDT - The time to check for deletion. May not be null.true if this object was deleted, false if
not.Copyright © 2014–2023 Philip Helger. All rights reserved.