Interface ThrowableRunnable<T extends Exception>


public interface ThrowableRunnable<T extends Exception>
  • Method Summary

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

    • run

      void run() throws T
      Throws:
      T