@ThreadSafe
@Deprecated
@ApiStatus.ScheduledForRemoval
public class Lazy<T>
extends java.lang.Object
| Constructor and Description |
|---|
Lazy(java.util.function.Supplier<T> supplier)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Deprecated.
|
static <T> Lazy<T> |
of(java.util.function.Supplier<T> supplier)
Deprecated.
|