Package io.gatling.http.client.util
Class MiscUtils
java.lang.Object
io.gatling.http.client.util.MiscUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcloseSilently(Closeable closeable) static booleanstatic booleanisNonEmpty(byte[] array) static booleanisNonEmpty(Object[] array) static booleanisNonEmpty(String string) static booleanisNonEmpty(Collection<?> collection) static booleanisNonEmpty(Map<?, ?> map) static <T> TwithDefault(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
-