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

7
LINES

< > BotCompany Repo | #1021625 // joinWithSpacedPlus - join with " + " separator

JavaX fragment (include)

sS joinWithSpacedPlus(Collection<S> c) {
  ret join(" + ", c);
}

sS joinWithSpacedPlus(S... c) {
  ret join(" + ", c);
}

Author comment

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: 199 / 239
Referenced in: [show references]