1 | // TODO: cache! |
2 | static L<L<S>> gAllLearns() {
|
3 | new L<L<S>> learns; |
4 | learns.addAll(gLearns()); |
5 | L<L<S>> others = gOtherLogs(); |
6 | for (L<S> log : others) |
7 | learns.addAll(gLearns(log)); |
8 | ret learns; |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1004215 |
| Snippet name: | gAllLearns - learns from log & other logs |
| Eternal ID of this version: | #1004215/1 |
| Text MD5: | 697396dd09e18b58dd15de37bf0200e8 |
| Author: | stefan |
| Category: | javax / talking robots |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-08-10 17:09:43 |
| Source code size: | 211 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 775 / 803 |
| Referenced in: | [show references] |