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

7
LINES

< > BotCompany Repo | #1030739 // joinUniqueNemptiesCI

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2935L/17K).

sS joinUniqueNemptiesCI(S sep, O... strings) {
  ret joinUniqueNemptiesCI(sep, asList(strings));
}

sS joinUniqueNemptiesCI(S sep, Iterable strings) {
  ret join(sep, uniquifyCI(nempties(allToStrOrNull(strings))));
}

Author comment

Began life as a copy of #1010636

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030739
Snippet name: joinUniqueNemptiesCI
Eternal ID of this version: #1030739/4
Text MD5: 674f66a78ae29b49f88a8424f6945489
Transpilation MD5: ba466c7431950a7989eb6adb97f930c2
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-18 20:00:40
Source code size: 222 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 105 / 174
Version history: 3 change(s)
Referenced in: [show references]