- All Implemented Interfaces:
Action
- Enclosing class:
Functions
static final class Functions.FutureAction
extends Object
implements Action
-
Field Summary
Fields
(package private) final Future<?>
-
Constructor Summary
Constructors
-
Method Summary
void
Runs the action and optionally throws a checked exception.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
FutureAction
FutureAction(Future<?> future)
-
Method Details
-
run
Description copied from interface: Action
Runs the action and optionally throws a checked exception.
- Specified by:
run
in interface Action
- Throws:
Exception