static L callAll(L l) { L out = emptyList(l); for (O o : unnull(l)) out.add(call(o)); ret out; }