Package discord4j.store.api.util
Class Lazy<T>
- java.lang.Object
-
- discord4j.store.api.util.Lazy<T>
-
- Type Parameters:
T- The type of the object to be initialized.
public class Lazy<T> extends Object
A wrapper which lazily-initializes an object using the given supplier.