Class Lazy<T>

java.lang.Object
dev.wyck.util.Lazy<T>
Type Parameters:
T - the type of the value
All Implemented Interfaces:
Supplier<@Nullable T>

@AsOf("2.3.0") public final class Lazy<T> extends Object implements Supplier<@Nullable T>
A lazy value that is only computed once.
Since:
2.3.0