Lazy.Concurrent<T>, Lazy.Fast<T>
Modifier and Type | Field and Description |
---|---|
private T |
instance |
private java.util.function.Supplier<T> |
supplier |
Modifier | Constructor and Description |
---|---|
private |
Fast(java.util.function.Supplier<T> supplier) |
Modifier and Type | Method and Description |
---|---|
T |
get() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
concurrentOf, of