default ExceptionRunnable<E> |
ExceptionSupplier.andThen(ExceptionConsumer<? super T,? extends E> after) |
default ExceptionRunnable<E> |
ExceptionRunnable.andThen(ExceptionRunnable<? extends E> after) |
default ExceptionRunnable<E> |
ExceptionRunnable.compose(ExceptionRunnable<? extends E> before) |
default ExceptionRunnable<E> |
ExceptionConsumer.compose(ExceptionSupplier<? extends T,? extends E> before) |
default ExceptionRunnable<E> |
ExceptionBiConsumer.compose(ExceptionSupplier<? extends T,? extends E> before1,
ExceptionSupplier<? extends U,? extends E> before2) |