Interface ThrowingRunnable<E extends java.lang.Exception>

  • All Superinterfaces:
    java.lang.Runnable

    public interface ThrowingRunnable<E extends java.lang.Exception>
    extends java.lang.Runnable
    • Method Summary

      Modifier and Type Method Description
      default void run()  
      void runChecked()  
    • Method Detail

      • runChecked

        void runChecked()
                 throws E extends java.lang.Exception
        Throws:
        E extends java.lang.Exception
      • run

        default void run()
        Specified by:
        run in interface java.lang.Runnable