E - the type of object the container can carriespublic class ThreadLocalLazySupplier<E> extends Object
| Constructor and Description |
|---|
ThreadLocalLazySupplier(java.util.function.Supplier<E> supplier)
Creates a new instance for the given
Supplier |
public ThreadLocalLazySupplier(java.util.function.Supplier<E> supplier)
Suppliersupplier - the Supplier to use for creating the instancespublic final E get()
get in interface java.util.function.Supplier<E>Copyright © 2017. All rights reserved.