All Superinterfaces:
Run
Enclosing interface:
Run

public static interface Run.Safe extends Run
Interface used for the execution of actions very similar to what is done in the Runnable interface. The difference between the previous interface is that this one prevents the throwing of errors.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface ushiosan.jvm_utilities.function.Run

    Run.Safe
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    The same behavior of Run.invoke() but without launch any error

    Methods inherited from interface ushiosan.jvm_utilities.function.Run

    invoke
  • Method Details

    • safeInvoke

      default void safeInvoke()
      The same behavior of Run.invoke() but without launch any error