Package edu.suffolk.litlab.efsp.stdlib
Interface SQLFunction<T,R>
- Type Parameters:
T- the input type for this interfaceR- the type returned by this interface
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A "Function" function type that could throw a SQLException.
Necessary because the built-in Function interface doesn't allow throwing checked exceptions.
- See Also:
-
Method Summary
-
Method Details
-
apply
- Throws:
SQLException
-