Interface ThrowableHolder.ThrowableCallable<T>
-
- Type Parameters:
T
- value
- Enclosing interface:
- ThrowableHolder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ThrowableHolder.ThrowableCallable<T>
Represents a throwable callable, aFunctionalInterface
which's functional method iscall()
, which can throw anSQLException
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
call()
-
-
-
Method Detail
-
call
T call() throws SQLException
- Throws:
SQLException
-
-