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

21
LINES

< > BotCompany Repo | #1018459 // sfuLines - synonym of pnlStructToString

JavaX fragment (include)

1  
static <A> S sfuLines(Collection<A> l) {
2  
  ret pnlStructToString(l);
3  
}
4  
5  
6  
7  
static <A> S sfuLines(Iterable<A> l) {
8  
  ret pnlStructToString(l);
9  
}
10  
11  
12  
13  
static <A> S sfuLines(A[] l) {
14  
  ret pnlStructToString(l);
15  
}
16  
17  
18  
19  
static <A, B> S sfuLines(Map<A, B> map) {
20  
  ret pnlStructToString(map);
21  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv

No comments. add comment

Snippet ID: #1018459
Snippet name: sfuLines - synonym of pnlStructToString
Eternal ID of this version: #1018459/1
Text MD5: 33b69052d7472a2319f0525c5669fa1f
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-30 22:25:06
Source code size: 289 bytes / 21 lines
Pitched / IR pitched: No / No
Views / Downloads: 261 / 336
Referenced in: [show references]