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

7
LINES

< > BotCompany Repo | #1026188 // joinNemptiesWithSpace

JavaX fragment (include)

static S joinNemptiesWithSpace(S... strings) {
  ret joinNempties(" ", strings);
}

static S joinNemptiesWithSpace(Collection<S> strings) {
  ret joinNempties(" ", strings);
}

Author comment

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