Interface SafetyRunnable

All Superinterfaces:
java.lang.Runnable

public interface SafetyRunnable
extends java.lang.Runnable
Safety function interface
  • Method Summary

    Modifier and Type Method Description
    default void run()  
    void runThrowning()  
  • Method Details

    • run

      default void run()
      Specified by:
      run in interface java.lang.Runnable
    • runThrowning

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