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

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

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

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

    • apply

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