static L runQuestions(L questions) { new L l; for (S q : questions) l.add(askSelf(q)); ret l; }