public final class Preconditions
extends java.lang.Object
| Constructor and Description |
|---|
Preconditions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkAllNotNull(java.lang.Object... references) |
static <T> T |
checkNotNull(T reference) |
static <T> T |
checkNotNull(T reference,
java.lang.String errorMessage) |