- Type Parameters:
T
- the type of value produced
- All Superinterfaces:
- Transaction.Computation<T,RuntimeException>
- Enclosing class:
- Transaction
- 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 Transaction.UncheckedComputation<T>
extends Transaction.Computation<T,RuntimeException>
A computation that produces a value, executes in a transaction, and does not throw any checked
exceptions.