public class Utility extends Object
| Constructor and Description |
|---|
Utility() |
| Modifier and Type | Method and Description |
|---|---|
static void |
performIfNotNull(Object obj,
Runnable action)
Perform the given action if the object is not null
|
static void |
performIfNull(Object obj,
Runnable action)
Perform the given action if the object is null
|
Copyright © 2014–2017. All rights reserved.