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

All Known Subinterfaces:
IntBiObjFunction<T,U,R>
Enclosing class:
Throwables

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

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

    • apply

      R apply(int i, T t, U u) throws E
      Throws:
      E extends Throwable