public final class Coalesce extends Object
| Constructor and Description |
|---|
Coalesce() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
coalesce(T... values) |
static <T> T |
coalesce(T a,
T b) |
static <T> T |
coalesce(T a,
T b,
T c) |
Copyright © 2017. All rights reserved.