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