| Constructor and Description |
|---|
LazyInit(Callable<T> initializer) |
LazyInit(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
T |
getValue() |
boolean |
isInitialized() |
T |
reset() |
T |
resetAndClose() |
void |
setValue(T value) |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.