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

7
LINES

< > BotCompany Repo | #1004232 // gLongLog - concat this log + other logs

JavaX fragment (include)

// TODO: optimize
static L<S> gLongLog() {
  L<S> ll = cloneList(gLog());
  for (L<S> l : gOtherLogs())
    ll.addAll(l);
  ret ll;
}

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: #1004232
Snippet name: gLongLog - concat this log + other logs
Eternal ID of this version: #1004232/1
Text MD5: 36e08df703d95997d905d4cf7681f9ae
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 18:39:49
Source code size: 139 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 514 / 520
Referenced in: [show references]