Supplier<T>@FunctionalInterface @Deprecated public static interface Lazy.LazyInitializer<T> extends Supplier<T>
Supplier instead| Modifier and Type | Method | Description |
|---|---|---|
default T |
get() |
Deprecated.
|
T |
make() |
Deprecated.
Returns the desired object instance.
|