Interface FunctionWithException<T,R>


public interface FunctionWithException<T,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    call(T t)
    Applies this function to the given arguments.
  • Method Details

    • call

      R call(T t) throws SQLException
      Applies this function to the given arguments.
      Parameters:
      t - the first function argument
      Returns:
      the function result
      Throws:
      SQLException - a SQL exception