- All Implemented Interfaces:
Action
- Enclosing class:
Functions
static final class Functions.EmptyAction
extends Object
implements Action
-
Constructor Summary
Constructors
-
Method Summary
void
Runs the action and optionally throws a checked exception.
-
Constructor Details
-
EmptyAction
EmptyAction()
-
Method Details
-
run
public void run()
Description copied from interface: Action
Runs the action and optionally throws a checked exception.
- Specified by:
run
in interface Action
-