Package ushiosan.jvm_utilities.function
Interface Run<E extends Throwable>
- Type Parameters:
E- type of error that this interface can throw
- All Known Subinterfaces:
Run.Safe<E>
public interface Run<E extends Throwable>
Interface used for the execution of actions very similar to what is done in the
Runnable interface-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
invoke
Action to execute- Throws:
E- error if something goes wrong
-