R
- The type of result that the closure produces.T
- The type of exceptions that operation will throw.public static interface Transaction.CallableClosure<R,T extends Throwable>
Modifier and Type | Method and Description |
---|---|
R |
execute(Transaction tx) |
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.