- Type Parameters:
R- the result type.E- the checked exception type thrown by the block, if any.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A block executed with scoped transaction defaults by
Transactions.withTransactionOptions(st.orm.TransactionOptions, TransactionSupplier).- Since:
- 1.13
-
Method Summary
-
Method Details
-
get
Executes the block.- Returns:
- the result of the block.
- Throws:
E
-