Interface ThrowingTriFunction<I,J,K,R,E extends java.lang.Throwable>
-
- All Known Subinterfaces:
GetDeclaredMethodFunction
,GetResourcesFunction
,MethodInvokeFunction
- All Known Implementing Classes:
GetDeclaredMethodFunction.ForJava7
,GetResourcesFunction.Abst
,GetResourcesFunction.ForJava7
,GetResourcesFunction.ForJava9
,MethodInvokeFunction.Abst
,MethodInvokeFunction.ForJava7
,MethodInvokeFunction.ForJava9
public interface ThrowingTriFunction<I,J,K,R,E extends java.lang.Throwable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(I inputOne, J inputTwo, K inputThree)
-