public class CodeUtil extends Object
Constructor | Description |
---|---|
CodeUtil() |
Modifier and Type | Method | Description |
---|---|---|
static <T> T |
getOrElse(T value1,
T value2) |
Mimic of Oracle's nvl() - returns the first value if not null, otherwise the second value.
|