public class NamedThreadLocal<T> extends ThreadLocal<T>
Constructor and Description |
---|
NamedThreadLocal(String name) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static <S> NamedThreadLocal<S> |
withInitial(String name,
Supplier<? extends S> supplier) |
get, initialValue, remove, set, withInitial
Copyright © 2024. All rights reserved.