T - The type of the first argument.R - The type of the second argument.@FunctionalInterface public static interface SQLExecutor.FunctionWithException<T,R> extends SQLExecutor.LambdaLogger
Function, but with the capability to throw an Exception.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t)
Applies this function to the given argument.
|