Interface ThrowingQuadFunction<I,J,K,L,R,E extends java.lang.Throwable>
-
- All Known Subinterfaces:
GetClassByNameFunction
- All Known Implementing Classes:
GetClassByNameFunction.Abst
,GetClassByNameFunction.ForJava7
,GetClassByNameFunction.ForJava7.ForSemeru
public interface ThrowingQuadFunction<I,J,K,L,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, L inputFour)
-