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>