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

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

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

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

    • apply

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