static A[] mapToArrayOfType(Class type, O f, Collection l) { ret toArrayOfType(type, map(f, l)); }