Interface SafetyFunction<T,R>
- Type Parameters:
T
- input generic param, has used to ResultSetR
- out generic param, has used to returns an object type
- All Superinterfaces:
java.util.function.Function<T,R>
public interface SafetyFunction<T,R>
extends java.util.function.Function<T,R>
Is trying block functional interface
-
Method Details
-
apply
-
applyThrowning
- Throws:
java.lang.Exception
-