E - the type of checked exception thrown.@FunctionalInterface
public interface CheckedRunnable<E extends java.lang.Exception>
Runnable, whose method
throws a checked exception.| Modifier and Type | Method and Description |
|---|---|
void |
run()
Evaluates the lambda.
|
Copyright © 2018 Frederic Thevenet. All rights reserved.