DATATYPE - The type of the object use for defining a replacement.public interface IExpirableWithReplacement<DATATYPE> extends IExpirable
| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
getReplacement()
In case the object has an expiration date defined and is expired, the
object returned by this method directs to replacement object to be used
instead.
|
getExpirationDateTime, isExpirationDefined, isExpiredAt, isExpiredNowCopyright © 2014–2022 Philip Helger. All rights reserved.