@Internal public final class Checker extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkArgumentNotEmpty(java.lang.String argument) |
static void |
checkArgumentNotNull(java.lang.Object argument) |
static void |
checkArgumentsNotNull(java.lang.Object... arguments) |
static boolean |
isFalsy(java.lang.Object value) |
static boolean |
isNullOrEmpty(java.util.Collection<?> collection) |
static boolean |
isNullOrEmpty(java.util.Map<?,?> map) |
public static void checkArgumentsNotNull(java.lang.Object... arguments)
public static void checkArgumentNotNull(java.lang.Object argument)
public static void checkArgumentNotEmpty(java.lang.String argument)
public static boolean isNullOrEmpty(java.util.Collection<?> collection)
public static boolean isNullOrEmpty(java.util.Map<?,?> map)
public static boolean isFalsy(java.lang.Object value)
value - true if the value is null, Boolean of
value false, Number of value 0, or empty
CharSequence/Collection/Array, false otherwiseCopyright © 2014. All Rights Reserved.