Package io.github.pellse.util.function
Interface InterruptedFunction3<T1,T2,T3,R>
- All Superinterfaces:
CheckedFunction3<T1,
,T2, T3, R, InterruptedException> Function3<T1,
T2, T3, R>
public interface InterruptedFunction3<T1,T2,T3,R>
extends CheckedFunction3<T1,T2,T3,R,InterruptedException>
-
Method Summary
Methods inherited from interface io.github.pellse.util.function.CheckedFunction3
apply, applyWithHandler, checkedApply
-
Method Details
-
exceptionHandler
- Specified by:
exceptionHandler
in interfaceCheckedFunction3<T1,
T2, T3, R, InterruptedException>
-