public final class PreConditions extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
checkNotNull(T obj) |
static <T> T |
checkNotNull(T obj,
String message,
Object... args) |
static void |
checkState(boolean check,
String message,
Object... args) |
Copyright © 2015. All Rights Reserved.