Module io.jenetics.base
Package io.jenetics.internal.util
Interface Lifecycle.ThrowingRunnable<E extends Exception>
- Type Parameters:
E
- the exception which might be thrown
- Enclosing class:
- Lifecycle
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Runnable task/method, which might throw an exception
E
.-
Method Summary
-
Method Details
-
run
Running the task.- Throws:
E
- if an error occurs while running the task
-