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.

@FunctionalInterface public static interface TransactionManager.ThrowingRunnable
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

    Modifier and Type
    Method
    Description
    void
    run()