| Package | Description |
|---|---|
| com.pivovarit.function |
The
com.pivovarit.function package contains checked equivalents of the java.util.function package |
| Modifier and Type | Method and Description |
|---|---|
static Runnable |
ThrowingRunnable.sneaky(ThrowingRunnable<?> runnable)
Returns a new Runnable instance which rethrows the checked exception using the Sneaky Throws pattern
|
static Runnable |
ThrowingRunnable.unchecked(ThrowingRunnable<?> runnable) |
Copyright © 2020. All rights reserved.