parent
9ea31f4c44
commit
d04f4fe2c1
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ public class CheckNull {
|
|||
.anyMatch(iterable -> iterable == null ||
|
||||
StreamSupport.stream(iterable.spliterator(), false)
|
||||
.anyMatch(o -> (o instanceof Iterable<?>) ? isNull((Iterable<?>) o) : isNull(o)
|
||||
));
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue