@FunctionalInterface public interface ThrowableAction
Throwable| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes the action
|
static void |
execute(ThrowableAction action)
Executes
ThrowableAction |
static void execute(ThrowableAction action) throws RuntimeException
ThrowableActionaction - ThrowableActionRuntimeException - wrap Exception to RuntimeExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.