public class RunnableOperation<T extends OperationArgs,R extends AbstractOperationResult>
extends java.lang.Object
| Constructor and Description |
|---|
RunnableOperation(Operation<T,R> operation,
T args) |
| Modifier and Type | Method and Description |
|---|---|
R |
run() |