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

7
LINES

< > BotCompany Repo | #1026043 // joinNemptiesWithEmptyLines

JavaX fragment (include)

sS joinNemptiesWithEmptyLines(L<S> l) {
  ret joinWithEmptyLines(nempties(l));
}

sS joinNemptiesWithEmptyLines(S... l) {
  ret joinNemptiesWithEmptyLines(asList(l));
}

Author comment

Began life as a copy of #1015568

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1026043
Snippet name: joinNemptiesWithEmptyLines
Eternal ID of this version: #1026043/2
Text MD5: 9dd6004f0de5293b1cdaf3f3c78df646
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-15 15:12:44
Source code size: 174 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 175 / 211
Version history: 1 change(s)
Referenced in: [show references]