1 | static S joinNemptiesWithSpace(S... strings) {
|
2 | ret joinNempties(" ", strings);
|
3 | } |
4 | |
5 | static S joinNemptiesWithSpace(Collection<S> strings) {
|
6 | ret joinNempties(" ", strings);
|
7 | } |
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: | 515 / 575 |
| Referenced in: | [show references] |