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

7
LINES

< > BotCompany Repo | #1031318 // joinWithDot

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

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));
}

Author comment

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