java.util.function.Supplier<T>Lazy.Cached, Lazy.Valuepublic interface Lazy<T> extends java.util.function.Supplier<T>
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
Lazy.Cached<T> |
|
static class |
Lazy.Value<T> |
| Modifier and Type | Method | Description |
|---|---|---|
default T |
value() |
getdefault T value()
Copyright © 2017. All rights reserved.