Interface FailableRunnable<E extends Throwable>

    • Method Detail

      • run

        void run()
          throws E extends Throwable
        Runs the function.
        Throws:
        E - Thrown when the function fails.
        E extends Throwable