Package com.hazelcast.function
Interface ThrowingRunnable
- All Superinterfaces:
Runnable
- All Known Subinterfaces:
RunnableEx
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
Runnable
that declares checked exception.- Since:
- 6.0
-
Method Summary
-
Method Details
-
runEx
Runs given action.- Throws:
Exception
- See Also:
-
run
default void run()
-