| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Objects.requireNonNull(T obj,
Supplier<String> messageSupplier)
Checks that the specified object reference is not
null and
throws a customized NullPointerException if it is. |
Copyright © 2025 API Design. All Rights Reserved.