static L callFAll_cloneList(Collection l, O... args) { ret map(cloneList(l), f -> callF(f, args)); }