Package io.gatling.http.client.util
Class MiscUtils
java.lang.Object
io.gatling.http.client.util.MiscUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
closeSilently
(Closeable closeable) static boolean
static boolean
isNonEmpty
(byte[] array) static boolean
isNonEmpty
(Object[] array) static boolean
isNonEmpty
(String string) static boolean
isNonEmpty
(Collection<?> collection) static boolean
isNonEmpty
(Map<?, ?> map) static <T> T
withDefault
(T value, T def)
-
Method Details
-
isNonEmpty
-
isEmpty
-
isNonEmpty
-
isNonEmpty
public static boolean isNonEmpty(byte[] array) -
isNonEmpty
-
isNonEmpty
-
withDefault
public static <T> T withDefault(T value, T def) -
closeSilently
-