Lazy.Cached<T>, Lazy.Value<T>| Constructor | Description |
|---|---|
Value(java.util.function.Supplier<T> lazy) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
get() |
public Value(java.util.function.Supplier<T> lazy)
public T get()
get in interface java.util.function.Supplier<T>Copyright © 2017. All rights reserved.