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

7
LINES

< > BotCompany Repo | #1031324 // joinNemptiesWithSpacedDot

JavaX fragment (include)

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

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

Author comment

Began life as a copy of #1030570

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031324
Snippet name: joinNemptiesWithSpacedDot
Eternal ID of this version: #1031324/3
Text MD5: ae44b566a8d67f6dc563c56f3243f917
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-05 00:53:33
Source code size: 186 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 92 / 116
Version history: 2 change(s)
Referenced in: [show references]