public class Lambdas extends Object
| Constructor and Description | 
|---|
Lambdas()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
isNull(Object o)
Returns  
true if the passed object is null | 
static boolean | 
notNull(Object o)
Returns  
true if the passed object is not null | 
public static boolean notNull(Object o)
true if the passed object is not nullo - The object to checktrue if not nullpublic static boolean isNull(Object o)
true if the passed object is nullo - The object to checktrue if nullCopyright © 2017. All rights reserved.