Libraryless. Click here for Pure Java version (2935L/17K).
1 | sS joinUniqueNemptiesCI(S sep, O... strings) {
|
2 | ret joinUniqueNemptiesCI(sep, asList(strings)); |
3 | } |
4 | |
5 | sS joinUniqueNemptiesCI(S sep, Iterable strings) {
|
6 | ret join(sep, uniquifyCI(nempties(allToStrOrNull(strings)))); |
7 | } |
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: | 389 / 537 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |