static bool containsNulls(Collection c) { for (O o : unnull(c)) if (c == null) true; false; }