public static boolean nonNull (Object obj)

Returns true if the provided reference is non- null otherwise returns false.

Parameters:
obj    a reference to be checked against null

Returns:  true if the provided reference is non- null otherwise false

See also:
java.util.function.Predicate

Since:  1.8

@apiNote This method exists to be used as a java.util.function.Predicate, filter(Objects::nonNull)