static ContextTrampoline |
ContextTrampoline.relay(ContextVar<?>... contextVars) |
static ContextTrampoline |
ContextTrampoline.relay(ContextVar<?> contextVar) |
static ContextTrampoline |
ContextTrampoline.relay(List<? extends ContextVar<?>> contextVars) |
static ContextTrampoline |
ContextTrampoline.relay(ThreadLocal<?>... threadLocals) |
static ContextTrampoline |
ContextTrampoline.relay(ThreadLocal<?> threadLocal) |
static ContextTrampoline |
ContextTrampoline.relayThreadLocals(List<? extends ThreadLocal<?>> threadLocals) |