public final class Alternatives
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
Alternatives() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
firstNotNull(T... objects)
Returns the first object that is not null
|