Interface JDBCMapper.BiFunctionSQLException<T,​U,​R>

    • Method Detail

      • apply

        R apply​(T t,
                U u)
         throws SQLException
        Applies this function to the given arguments.
        Parameters:
        t - the first function argument
        u - the second function argument
        Returns:
        the function result
        Throws:
        SQLException