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

5
LINES

< > BotCompany Repo | #1014483 // printIndentUnlessEmpty

JavaX fragment (include)

static void printIndentUnlessEmpty(S indent, O o) {
  S s = strOrEmpty(o);
  if (nempty(s))
    printIndent(indent, s);
}

Author comment

Began life as a copy of #1004479

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: #1014483
Snippet name: printIndentUnlessEmpty
Eternal ID of this version: #1014483/1
Text MD5: a4f1f16a0b3e19ea570be178f6a30382
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-22 13:54:35
Source code size: 125 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 275 / 305
Referenced in: [show references]