public class GaUtils extends Object
| Constructor and Description |
|---|
GaUtils() |
| Modifier and Type | Method and Description |
|---|---|
static StringBuilder |
appendSystemProperty(StringBuilder sb,
String property) |
static <T> T |
firstNotNull(T... values) |
static boolean |
isBlank(String string) |
static boolean |
isEmpty(String value) |
static boolean |
isNotEmpty(String value) |
public static boolean isNotEmpty(String value)
public static boolean isEmpty(String value)
public static StringBuilder appendSystemProperty(StringBuilder sb, String property)
@SafeVarargs public static <T> T firstNotNull(T... values)
public static boolean isBlank(String string)
Copyright © Sep 2013–2019 Mike Hardy. All rights reserved.