public class CodeUtil
extends java.lang.Object
| Constructor and Description |
|---|
CodeUtil() |
| Modifier and Type | Method and 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.
|