@FunctionalInterface public interface RunnableRaisingIOE extends Runnable
apply() method may raise
an IOE.
The implementation of Runnable.run() invokes this
and converts any raised IOE into an UncheckedIOException.| Modifier and Type | Method and Description |
|---|---|
void |
apply()
Apply the operation.
|
default void |
run() |
void apply()
throws IOException
IOException - Any IO failureCopyright © 2008–2025 Apache Software Foundation. All rights reserved.