addLast

abstract fun addLast(element: E, expireIn: Duration, onExpire: ExpirationCallback<E>? = null)

Adds the given element to the end of the collection. This is the same as add.

Parameters

element

The element to add.

expireIn

How long from the current time the element will expire.

onExpire

The callback to call when the element expires.