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