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

Enclosing class:
Throwables.EE

public static interface Throwables.EE.BiFunction<T,U,R,E extends Throwable,E2 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
      Parameters:
      t -
      u -
      Returns:
      Throws:
      E
      E2