Interface Throwables.ObjBiIntFunction<T,R,E extends Throwable>

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

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

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

    • apply

      R apply(T t, int i, int j) throws E
      Parameters:
      t -
      i -
      j -
      Throws:
      E