public class Preconditions extends Object
| Constructor and Description |
|---|
Preconditions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkFalse(boolean condition,
String message) |
static void |
checkNotNull(Object object,
String message) |
static void |
checkTrue(boolean condition,
String message) |
Copyright © 2015. All rights reserved.