1 | sS joinWithSpacedPlus(Collection<S> c) {
|
2 | ret join(" + ", c);
|
3 | } |
4 | |
5 | sS joinWithSpacedPlus(S... c) {
|
6 | ret join(" + ", c);
|
7 | } |
Began life as a copy of #1017183
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021625 |
| Snippet name: | joinWithSpacedPlus - join with " + " separator |
| Eternal ID of this version: | #1021625/1 |
| Text MD5: | e0fdcf1c096ce513e4aa3ce62f50b935 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-22 13:43:19 |
| Source code size: | 129 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 486 / 529 |
| Referenced in: | [show references] |