@FunctionalInterface protected static interface JDBCMapper.BiFunctionSQLException<T,U,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u)
Applies this function to the given arguments.
|
R apply(T t, U u) throws SQLException
t - the first function argumentu - the second function argumentSQLExceptionCopyright © 2018 Nuxeo. All rights reserved.