Interface Throwables.ObjBiIntConsumer<T,E extends Throwable>

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

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

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

    • accept

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