Interface Throwables.DoubleObjConsumer<T,E extends Throwable>

All Known Subinterfaces:
DoubleObjConsumer<T>
Enclosing class:
Throwables

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

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

    • accept

      void accept(double i, T t) throws E
      Parameters:
      i -
      t -
      Throws:
      E