static S joinNemptiesWithSpace(S... strings) { ret joinNempties(" ", strings); } static S joinNemptiesWithSpace(Collection<S> strings) { ret joinNempties(" ", strings); }
Began life as a copy of #1017604
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: | #1026188 |
| Snippet name: | joinNemptiesWithSpace |
| Eternal ID of this version: | #1026188/1 |
| Text MD5: | 9bf3119dfe5a747d4df539e2d26e445a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-11-28 00:26:35 |
| Source code size: | 181 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 516 / 575 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |