public static interface ContextLocal.Factory
Modifier and Type | Interface and Description |
---|---|
static class |
ContextLocal.Factory.Predefined |
Modifier and Type | Method and Description |
---|---|
<T> ContextLocal<T> |
create() |
<T> ContextLocal<T> |
create(ContextLocal.InitialValueProvider<T> ivp) |
<T> ContextLocal<T> create()
<T> ContextLocal<T> create(ContextLocal.InitialValueProvider<T> ivp)
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.