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
A Runnable that 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 interface whose functional method is IThrowingRunnable.tryRun().

Since:
8.3.0
Author:
XIMA MEDIA GmbH