Interface TransactionManager.ThrowingRunnable
- Enclosing interface:
TransactionManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A runnable that allows for checked exceptions to be thrown.
This makes it easier to write lambdas without having to worry about wrapping and re-throwing checked excpetions as unchecked ones.
-
Method Summary
-
Method Details
-
run
- Throws:
Exception
-