Interface Throwables.EEE.BiFunction<T,U,R,E extends Throwable,E2 extends Throwable,E3 extends Throwable>

Enclosing class:
Throwables.EEE

public static interface Throwables.EEE.BiFunction<T,U,R,E extends Throwable,E2 extends Throwable,E3 extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t, U u)
     
  • Method Details

    • apply

      R apply(T t, U u) throws E, E2, E3
      Parameters:
      t -
      u -
      Returns:
      Throws:
      E
      E2
      E3