Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TRunnable
This is a functional interface that can be used to replace Runnable and throw exceptions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Runs this runnable and throws an exception.
  • Method Details

    • run

      void run() throws Throwable
      Runs this runnable and throws an exception.
      Throws:
      Throwable - The exception