static L repF(int n, O f, O... args) { new L l; for i to n: l.add(callF(f, args)); ret l; }