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