TransactionFunction

Functional interface for Java JDBC transactions.

Parameters

<R>

Type of the returned object

<E>

Type of the exception thrown

See also

Functions

Link copied to clipboard
abstract fun apply(@NotNull transaction: @NotNull BlockingTransaction): R