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