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

Type Parameters:
T -
U -
R -
E -
All Known Subinterfaces:
BiFunction<T,U,R>, BinaryOperator<T>, Throwables.BinaryOperator<T,E>
Enclosing class:
Throwables

public static interface Throwables.BiFunction<T,U,R,E extends Throwable>
The Interface BiFunction.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t, U u)
     
    default BiFunction<T,U,R>
     
  • Method Details

    • apply

      R apply(T t, U u) throws E
      Parameters:
      t -
      u -
      Returns:
      Throws:
      E - the e
    • unchecked

      @Beta default BiFunction<T,U,R> unchecked()
      Returns: