public final class Objects extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
firstNonNull(T o1,
T o2)
Get first object that is not
null, may returns null
if both parameter are. |
Copyright © 2019. All rights reserved.