public final class WeakThreadLocal<T> extends Object implements Supplier<T>
| Constructor and Description |
|---|
WeakThreadLocal(Supplier<T> supplier) |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
static <T> WeakThreadLocal<T> |
withSupplier(Supplier<T> supplier) |
public WeakThreadLocal(Supplier<T> supplier)
public static <T> WeakThreadLocal<T> withSupplier(Supplier<T> supplier)
Apache Camel