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

7
LINES

< > BotCompany Repo | #1010636 // joinNempties - synonym of joinStrings - join non-empty strings with separator

JavaX fragment (include)

1  
static S joinNempties(S sep, O... strings) {
2  
  ret joinStrings(sep, strings);
3  
}
4  
5  
static S joinNempties(S sep, Iterable strings) {
6  
  ret joinStrings(sep, strings);
7  
}

Author comment

Began life as a copy of #1006693

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: #1010636
Snippet name: joinNempties - synonym of joinStrings - join non-empty strings with separator
Eternal ID of this version: #1010636/3
Text MD5: beeabd9a337dd2aa4ea0d9b91e79d302
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-01-04 04:14:46
Source code size: 170 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 524 / 571
Version history: 2 change(s)
Referenced in: [show references]