Modifier and Type | Method and Description |
---|---|
default CheckedRunnable<E> |
CheckedRunnable.andThen(CheckedRunnable<? extends E> after) |
Modifier and Type | Method and Description |
---|---|
default CheckedRunnable<E> |
CheckedRunnable.andThen(CheckedRunnable<? extends E> after) |
static void |
Exceptional.run(CheckedRunnable<?> runnable)
|
static Runnable |
Exceptional.uncheckRunnable(CheckedRunnable<?> runnable)
Convert a
CheckedRunnable into a Runnable |
Copyright © 2016–2018 earcam. All rights reserved.