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