public class Unchecked extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Unchecked.RunnableWhichCanThrow |
| Constructor and Description |
|---|
Unchecked() |
| Modifier and Type | Method and Description |
|---|---|
static void |
run(Unchecked.RunnableWhichCanThrow r) |
static <T> T |
sneakyThrow(Throwable e) |
public static void run(Unchecked.RunnableWhichCanThrow r)
public static <T> T sneakyThrow(Throwable e)
Copyright © 2017. All rights reserved.