@FunctionalInterface public interface Executable
Runnable
,
but allows checked exceptions to be thrown in the execution block.Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes some logic, or throws an exception if unable to do so.
|
Copyright © 2019 SAP SE. All rights reserved.