E
- The type of exception thrown.@FunctionalInterface public interface Action<E extends Exception>
Runnable
functional interface which can throw a checked Exception.Modifier and Type | Method and Description |
---|---|
void |
run()
Runs the action, throwing the Exception if necessary.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.