All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
check(boolean condition,
Callable<Boolean> predicate,
String message,
Object... args) |
static void |
check(boolean condition,
Callable<Boolean> predicate,
String message,
Throwable cause,
Object... args) |
static void |
check(boolean expression,
int status,
String message,
Object... args) |
static void |
check(boolean expression,
String message,
Object... args) |
static void |
check(boolean expression,
String message,
Throwable cause,
Object... args) |
static Throwable |
rootCause(Throwable e) |