TResult - The return type of the callback.@FunctionalInterface public static interface TransactionalSelectCallback.Function<TResult>
| Modifier and Type | Method and Description |
|---|---|
TResult |
invoke(Transaction arg)
This defines the delegate TransactionalSelectCallback, which is used whenever
transactionally invoking a callback that needs to have a return value.
|
TResult invoke(Transaction arg)
arg - The transaction in which the callback is executed.