final class GParsTxnExecutor<T>
extends java.lang.Object
implements org.multiverse.api.callables.TxnCallable<T>
| Modifier and Type | Field and Description |
|---|---|
private groovy.lang.Closure |
code |
| Constructor and Description |
|---|
GParsTxnExecutor(groovy.lang.Closure code) |
| Modifier and Type | Method and Description |
|---|---|
T |
call(org.multiverse.api.Txn transaction) |