Interface ThrowingTriFunction<I,J,K,R,E extends Throwable>

All Known Subinterfaces:
GetDeclaredMethodFunction, GetResourcesFunction, MethodInvokeFunction
All Known Implementing Classes:
GetDeclaredMethodFunction.ForJava7, GetResourcesFunction.Abst, GetResourcesFunction.ForJava7, GetResourcesFunction.ForJava9, MethodInvokeFunction.Abst, MethodInvokeFunction.ForJava22, MethodInvokeFunction.ForJava7, MethodInvokeFunction.ForJava9

public interface ThrowingTriFunction<I,J,K,R,E extends Throwable>
  • Method Summary

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

    • apply

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