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)

static S joinNempties(S sep, O... strings) {
  ret joinStrings(sep, strings);
}

static S joinNempties(S sep, Iterable strings) {
  ret joinStrings(sep, strings);
}

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: 522 / 569
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1016893 - joinNemptiesWithComma
#1030739 - joinUniqueNemptiesCI