T1 - the type of the first argumentT2 - the type of the second argumentR - the type of the result of the function@FunctionalInterface public interface SqlBiFunction<T1,T2,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T1 t1,
T2 t2)
Applies this function to the given arguments.
|
R apply(T1 t1, T2 t2) throws SQLException
t1 - the first argumentt2 - the second argumentSQLException - generally rethrown as UncheckedSqlExceptionCopyright © 2019. All rights reserved.