Interface Throwables.LongObjConsumer<T,E extends Throwable>

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

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

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

    • accept

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