Package org.ethelred.util.function
Interface CheckedFunction<T,R,E extends Throwable>
- Type Parameters:
T- The input type for the operationR- The return type for the operationE- A checked exception type that is thrown by the operation
public interface CheckedFunction<T,R,E extends Throwable>
Checked wrapper for a Function.
-
Method Summary
-
Method Details
-
apply
-
asUnchecked
-
unchecked
static <TT,RR, Function<TT,EE extends Throwable> RR> unchecked(CheckedFunction<TT, RR, EE> checkedFunction)
-