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