Interface StreamHelper.ThrowingRunner

  • Enclosing class:
    StreamHelper

    public static interface StreamHelper.ThrowingRunner
    A helper interface for runnables which may throw an exception.
    • Method Detail

      • run

        void run()
          throws java.lang.Exception
        Throws:
        java.lang.Exception