Interface SQLExceptionThrowingFunction<T,R>

Type Parameters:
T - type of the input to the function
R - type of the result of the function
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @NullUnmarked public interface SQLExceptionThrowingFunction<T,R>
Function that can throw a SQLException.
Since:
6
Author:
Mark Rotteveel