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

7
LINES

< > BotCompany Repo | #1010503 // printTo - print line into StringBuilder

JavaX fragment (include)

static void printTo(StringBuilder buf, O o) {
  buf.append(str(o)).append("\n");
}

static void printTo(StringBuilder buf) {
  printTo(buf, "");
}

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: #1010503
Snippet name: printTo - print line into StringBuilder
Eternal ID of this version: #1010503/2
Text MD5: 615537571733e0b81d617592a9f75586
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-19 15:56:21
Source code size: 154 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 408 / 441
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1031588 - print_tee - print line into console and StringBuilder