public class Lazy<T> extends Object implements Supplier<T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Returns the value.
|
static <T> Lazy<T> |
of(Supplier<T> supplier)
Creates new instance of Lazy.
|
Copyright © 2024. All rights reserved.