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

7
LINES

< > BotCompany Repo | #1022192 // printIndentLines - synonym of printLinesWithIndent

JavaX fragment (include)

static <B, A extends Collection<B>> A printIndentLines(S indent, A lines) {
  ret printLinesWithIndent(indent, lines);
}

static <B, A extends Collection<B>> A printIndentLines(A lines) {
  ret printLinesWithIndent(defaultIndent(), lines);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022192
Snippet name: printIndentLines - synonym of printLinesWithIndent
Eternal ID of this version: #1022192/2
Text MD5: 2c018d8183851465b184a27472bb424c
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-10 22:36:16
Source code size: 247 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 206 / 236
Version history: 1 change(s)
Referenced in: [show references]