java.lang.Object
is.codion.common.Nulls
Utility class for working with nulls.
-
Method Summary
-
Method Details
-
nonNull
Included to skip the array creation in the varargs version- Parameters:
object
- the object to check- Returns:
- true if the object is non null
-
nonNull
- Parameters:
objects
- the objects to check- Returns:
- true if none of the given objects are null
-