Interface Throwables.EE.Runnable<E extends Throwable,E2 extends Throwable>

Enclosing class:
Throwables.EE

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

    Modifier and Type
    Method
    Description
    void
    run()
     
  • Method Details

    • run

      void run() throws E, E2
      Throws:
      E
      E2