sS nObjects(long n) { ret n2(n, "object"); } sS nObjects(Collection l) { ret nObjects(l(l)); } sS nObjects(Map m) { ret nObjects(l(m)); }