Interface RunnableRaisingIOE
- All Superinterfaces:
Runnable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Runnable interface whose
apply() method may raise
an IOE.
The implementation of Runnable.run() invokes this
and converts any raised IOE into an UncheckedIOException.-
Method Summary
-
Method Details
-
apply
Apply the operation.- Throws:
IOException- Any IO failure
-
run
default void run()
-