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 null
o
- The object to checktrue
if not null
public static boolean isNull(Object o)
true
if the passed object is null
o
- The object to checktrue
if null
Copyright © 2015. All rights reserved.