Interface Functions.FailableRunnable<T extends Throwable>

    • Method Detail

      • run

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