public final class LazyFinalReference<T> extends Object
Supplier
in a thread-safe manner: Supplier.get() might be called more than once from different
threads, but LazyFinalReference.get() will always return the same reference.| Constructor and Description |
|---|
LazyFinalReference(Supplier<T> supplier) |