Interface Throwables.EE.TriConsumer<A,B,C,E extends Throwable,E2 extends Throwable>

Enclosing class:
Throwables.EE

public static interface Throwables.EE.TriConsumer<A,B,C,E extends Throwable,E2 extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(A a, B b, C c)
     
  • Method Details

    • accept

      void accept(A a, B b, C c) throws E, E2
      Parameters:
      a -
      b -
      c -
      Throws:
      E
      E2