Interface Throwables.IntBiObjConsumer<T,U,E extends Throwable>

All Known Subinterfaces:
IntBiObjConsumer<T,U>
Enclosing class:
Throwables

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

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

    • accept

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