| Interface | Description |
|---|---|
| FunctionWithException<T,R> |
A variant of the
Function interface that throws an exception. |
| RunnableWithException |
A functional interface that acts as a variant of
Runnable that throws an exception. |
| SupplierWithException<T> |
A variant of the
Supplier interface that throws an exception. |
| Class | Description |
|---|---|
| FunctionalTransaction<T> |
A lightweight transaction that returns a value.
|
| LongTransactions |
Provides utility functions for lightweight transaction management.
|
| Pair<A,B> | |
| Transactions |
Provides utility functions for lightweight transaction management.
|
| Unreliable |
Utility methods to make it easier to work with unreliable components
|
| VoidTransaction |
Represents lightweight transactions that can have an associated rollback, commit or custom verification.
|
Copyright © 2019. All rights reserved.