| Class and Description |
|---|
| FunctionalTransaction
A lightweight transaction that returns a value.
|
| FunctionWithException
A variant of the
Function interface that throws an exception. |
| Pair |
| RunnableWithException
A functional interface that acts as a variant of
Runnable that throws an exception. |
| SupplierWithException
A variant of the
Supplier interface that throws an exception. |
| VoidTransaction
Represents lightweight transactions that can have an associated rollback, commit or custom verification.
|
Copyright © 2019. All rights reserved.