public interface ExceptionRunnable<E extends java.lang.Exception>
| Modifier and Type | Method | Description |
|---|---|---|
default ExceptionRunnable<E> |
andThen(ExceptionRunnable<? extends E> after) |
|
default ExceptionRunnable<E> |
compose(ExceptionRunnable<? extends E> before) |
|
void |
run() |
Run the operation.
|
void run() throws E extends java.lang.Exception
default ExceptionRunnable<E> andThen(ExceptionRunnable<? extends E> after)
default ExceptionRunnable<E> compose(ExceptionRunnable<? extends E> before)
Copyright © 2017 JBoss, a division of Red Hat, Inc.