Libraryless. Click here for Pure Java version (2750L/16K).
static <A> S joinWithDot(Iterable<A> l) { ret join(".", l); } static <A> S joinWithDot(A... l) { ret joinWithDot(asList(l)); }
Began life as a copy of #1021513
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031318 |
Snippet name: | joinWithDot |
Eternal ID of this version: | #1031318/1 |
Text MD5: | a970135bae632e59b070290dce0fde8f |
Transpilation MD5: | a32ba7c48bd7886ecf50709d019351a2 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-04 23:05:09 |
Source code size: | 137 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 166 / 233 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |