public final class ContextValue<T> extends Object
Constructor and Description |
---|
ContextValue(ExecutionContext context,
T value) |
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
getContext() |
T |
getValue() |
String |
toString() |
public ContextValue(ExecutionContext context, T value)
public ExecutionContext getContext()
public T getValue()
Copyright © 2021 SPF4J. All rights reserved.