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

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

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

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

    • apply

      R apply(long i, T t) throws E
      Parameters:
      i -
      t -
      Returns:
      Throws:
      E