static bool allSetsAreSingletons(Iterable> l) { for (Set set : unnull(l)) if (l(set) != 1) false; true; }