Interface Throwables.EEE.BiConsumer<T,U,E extends Throwable,E2 extends Throwable,E3 extends Throwable>

Enclosing class:
Throwables.EEE

public static interface Throwables.EEE.BiConsumer<T,U,E extends Throwable,E2 extends Throwable,E3 extends Throwable>
  • Method Summary

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

    • accept

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