A - the argument of operationR - the result of operation (can be Void)public interface ContextualOperation<A,R>
This operation has the "current" context unless you use Contextualizer to put it in another context.
| Modifier and Type | Method and Description |
|---|---|
R |
performInContext(A argument)
Performs an operation with argument A and result R
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.