public class Preconditions
extends java.lang.Object
| Constructor and Description |
|---|
Preconditions() |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
isBlank(T t)
check if object is null for List Map String
|
static <T> boolean |
isNotBlank(T t) |
Copyright © 2023. All Rights Reserved.