static S scanMultipleBots(L bots, S s) { for (O bot : unnull(bots)) pcall { // just print exceptions, carry on try answer callAnswerMethod(bot, s); } null; }