Interface Throwables.EE.Consumer<T,E extends Throwable,E2 extends Throwable>

Enclosing class:
Throwables.EE

public static interface Throwables.EE.Consumer<T,E extends Throwable,E2 extends Throwable>
  • Method Summary

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

    • accept

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