public class Preconditions extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
check(T value,
boolean test,
String message) |
static <T> T |
checkNotNull(T value,
String message) |
Copyright © 2018–2020. All rights reserved.