A - the argument of operationR - the result of operation (can be Void)public interface ContextualOperation<A,R>
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 © 2016 JBoss by Red Hat. All rights reserved.