Interface SystemPropertiesRule.ContextRunnable<T extends java.lang.Throwable>

  • Type Parameters:
    T - Possible Throwable from logic.
    Enclosing class:
    SystemPropertiesRule

    public static interface SystemPropertiesRule.ContextRunnable<T extends java.lang.Throwable>
    Context Runnable.
    • Method Detail

      • run

        void run()
          throws T extends java.lang.Throwable
        Undertakes the logic.
        Throws:
        T - Possible failure.
        T extends java.lang.Throwable