Interface CheckedFunction<T,R,E extends Throwable>

Type Parameters:
T - The input type for the operation
R - The return type for the operation
E - A checked exception type that is thrown by the operation

public interface CheckedFunction<T,R,E extends Throwable>
Checked wrapper for a Function.