public class Preconditions extends Object
Constructor and Description |
---|
Preconditions() |
Modifier and Type | Method and Description |
---|---|
static void |
check(boolean value,
String error,
Object... args) |
static void |
checkNotNull(Object value,
String error,
Object... args) |
static void |
checkNull(Object value,
String error,
Object... args) |