public final class Checks extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Iterable<?>> |
checkItemsNotNull(T iterable,
String checkedIterable) |
static <T> T |
checkNotNull(T value,
String checkedValue) |
static <T> T |
checkNotNull(T value,
String checkedValue,
String additionalMessage) |
Copyright © 2025. All rights reserved.