1 | static L<S> getSupportedQuestions_multipleBots(L bots) {
|
2 | new L<S> questions; |
3 | for (O bot : unnull(bots)) |
4 | questions.addAll(findSupportedQuestionsInFunctions_impl(getJavaSource(bot), 'answer)); |
5 | ret questions; |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1009346 |
| Snippet name: | getSupportedQuestions_multipleBots |
| Eternal ID of this version: | #1009346/2 |
| Text MD5: | c7b5d5aaf622524691c11f71fcd6a3f1 |
| Author: | stefan |
| Category: | javax / talking robots |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-07-24 12:14:53 |
| Source code size: | 222 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 748 / 792 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |