some()
areNull().some()
areNull().some()
Checks whether some of the provided values
of areNull()
are null
.
The method uses some()
method of areDeterminer()
.
Returns
The return value is a boolean
indicating whether some of the provided values
of areNull()
are null
.
Example usage
Last updated