类 ScopedValue<T>
java.lang.Object
cool.scx.common.util.ScopedValue<T>
- 类型参数:
T- a
使用 threadLocal 模拟的
ScopedValuePREVIEW,
todo ScopedValue 正式版本发布时 移除此类-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明get()static <T> ScopedValue<T> static <T> ScopedValue.Carrier<T> where(ScopedValue<T> key, T value)
-
构造器详细资料
-
ScopedValue
public ScopedValue()
-
-
方法详细资料
-
newInstance
-
where
-
get
-