T - the type of the input to the functionR - the type of the result of the function@FunctionalInterface public interface SqlFunction<T,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t)
Applies this function to the given argument.
|
R apply(T t) throws SQLException
t - the function argumentSQLException - generally rethrown as UncheckedSqlExceptionCopyright © 2019. All rights reserved.