Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.collections.expiring
/
ExpirationCallback
/
onExpire
on
Expire
abstract
fun
onExpire
(
element
:
E
)
Called when an element has expired and is removed from its holder.
Parameters
element
The element that has expired.