Optional instead, as its Optional.orElse(Object) method
returns a non-null object that the IntelliJ can verify as non-null.public class Coalescor extends Object
| Constructor and Description |
|---|
Coalescor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
coalesce(T... values)
Deprecated.
|
@SafeVarargs public static <T> T coalesce(T... values)
Copyright © 2003–2018. All rights reserved.