Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1004215 // gAllLearns - learns from log & other logs

JavaX fragment (include)

// TODO: cache!
static L<L<S>> gAllLearns() {
  new L<L<S>> learns;
  learns.addAll(gLearns());
  L<L<S>> others = gOtherLogs();
  for (L<S> log : others)
    learns.addAll(gLearns(log));
  ret learns;
}

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: 482 / 496
Referenced in: [show references]