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

Enclosing class:
Throwables.EE

public static interface Throwables.EE.TriFunction<A,B,C,R,E extends Throwable,E2 extends Throwable>
  • 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, E2
      Parameters:
      a -
      b -
      c -
      Returns:
      Throws:
      E
      E2