public interface ContextAction<T>
| Modifier and Type | Method and Description | 
|---|---|
| T | run(Context cx)Execute action using the supplied Context instance. | 
T run(Context cx)
cx will be associated
 with the current thread as active context.ContextFactory.call(ContextAction)