public abstract class SupplierUtils extends Object
Supplier handling.SingletonSupplier| Constructor and Description | 
|---|
SupplierUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> T | 
resolve(Supplier<T> supplier)
Resolve the given  
Supplier, getting its result or immediately
 returning null if the supplier itself was null. |