Package de.xima.fc.interfaces
Interface ISerializableThrowingRunnable
-
- All Superinterfaces:
IThrowingRunnable,Runnable,Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ISerializableThrowingRunnable extends IThrowingRunnable, Serializable
ARunnablethat may throw a checked exception and is serializable.This interface is designed to provide a common protocol for objects that wish to execute code
This is a
functional interfacewhose functional method isIThrowingRunnable.tryRun().- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.interfaces.IThrowingRunnable
run, tryRun
-
-