Class Expiring<T>

java.lang.Object
page.codeberg.friedolyn.util.Expiring<T>
Type Parameters:
T - The type of the value that will expire.

public class Expiring<T> extends Object
A class that holds a value that will expire after a certain point in time or after a certain duration.