- All Superinterfaces:
Run
- Enclosing interface:
- 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
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidThe same behavior ofRun.invoke()but without launch any error
-
Method Details
-
safeInvoke
default void safeInvoke()The same behavior ofRun.invoke()but without launch any error
-