public class Preconditions extends Object
| Constructor and Description |
|---|
Preconditions() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
checkNotNull(T reference) |
static <T> T |
checkNotNull(T reference,
@Nullable Object errorMessage) |
static boolean |
isNullOrEmpty(@Nullable String string) |
Copyright © 2023. All rights reserved.