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