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

6
LINES

< > BotCompany Repo | #1005178 // allToStringWithLineBreaks

JavaX fragment (include)

static S allToStringWithLineBreaks(L l) {
  new StringBuilder buf;
  for (O o : l)
    buf.append(o).append("\n");
  ret str(buf);
}

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: #1005178
Snippet name: allToStringWithLineBreaks
Eternal ID of this version: #1005178/1
Text MD5: d65cad11408adc9f5bbd537986372cd6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-10-19 02:20:02
Source code size: 137 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 551 / 546
Referenced in: [show references]