static L getSupportedQuestions_multipleBots(L bots) { new L questions; for (O bot : unnull(bots)) questions.addAll(findSupportedQuestionsInFunctions_impl(getJavaSource(bot), 'answer)); ret questions; }