public class ImmutableConditions extends Object
| Constructor and Description |
|---|
ImmutableConditions() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
checkNotNull(T ref,
String template,
Object... arguments) |
static <T> T |
checkPresent(Optional<T> maybe,
String template,
Object... arguments) |
static void |
checkValid(boolean expression,
String template,
Object... arguments) |
Copyright © 2018. All rights reserved.