Interface Throwables.TriFunction<A,B,C,R,E extends Throwable>

Type Parameters:
A -
B -
C -
R -
E -
All Known Subinterfaces:
TriFunction<A,B,C,R>
Enclosing class:
Throwables

public static interface Throwables.TriFunction<A,B,C,R,E extends Throwable>
The Interface TriFunction.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A a, B b, C c)
     
  • Method Details

    • apply

      R apply(A a, B b, C c) throws E
      Parameters:
      a -
      b -
      c -
      Returns:
      Throws:
      E - the e