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

    Modifier and Type Method Description
    R apply​(I inputOne, J inputTwo, K inputThree)  
  • Method Details

    • apply

      R apply​(I inputOne, J inputTwo, K inputThree) throws E extends java.lang.Throwable
      Throws:
      E extends java.lang.Throwable