sS nThreads(long n) { ret n2(n, "thread"); } sS nThreads(Collection l) { ret nThreads(l(l)); } sS nThreads(Map map) { ret nThreads(l(map)); }