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