1 | static S joinNemptiesWithSpacedDot(O... strings) { |
2 | ret joinNempties(". ", strings); |
3 | } |
4 | |
5 | static S joinNemptiesWithSpacedDot(Iterable strings) { |
6 | ret joinNempties(". ", strings); |
7 | } |
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: | 179 / 210 |
Version history: | 2 change(s) |
Referenced in: | [show references] |