Interface Throwables.IntObjConsumer<T,E extends Throwable>

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

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

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

    • accept

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