static int[] mapToIntArray(O f, Collection l) { ret toIntArray(map(f, l)); } static int[] mapToIntArray(O f, O[] l) { ret toIntArray(map(f, l)); } static int[] mapToIntArray(Cl l, IF1 f) { ret mapToIntArray((O) f, l); }