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

7
LINES

< > BotCompany Repo | #1021513 // joinWithSlash

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

Transpiled version (2518L) is out of date.

1  
static <A> S joinWithSlash(Iterable<A> l) {
2  
  ret join("/", l);
3  
}
4  
5  
static <A> S joinWithSlash(A... l) {
6  
  ret joinWithSlash(asList(l));
7  
}

Author comment

Began life as a copy of #1021512

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021513
Snippet name: joinWithSlash
Eternal ID of this version: #1021513/5
Text MD5: 9531ac25875830a4a97b01cd6dcbef36
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:04:47
Source code size: 143 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 264 / 313
Version history: 4 change(s)
Referenced in: [show references]