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

7
LINES

< > BotCompany Repo | #1034516 // joinNemptiesWithSpacedPlus

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (5014L/28K).

static S joinNemptiesWithSpacedPlus(O... strings) {
  ret joinNempties(" + ", strings);
}

static S joinNemptiesWithSpacedPlus(Iterable strings) {
  ret joinNempties(" + ", strings);
}

Author comment

Began life as a copy of #1031324

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034516
Snippet name: joinNemptiesWithSpacedPlus
Eternal ID of this version: #1034516/1
Text MD5: 01431182534846023bce44569b0bea93
Transpilation MD5: b6b76faaf9284e0697ae6ce705625625
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-10 06:09:06
Source code size: 190 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 60 / 99
Referenced in: [show references]