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

26
LINES

< > BotCompany Repo | #1033593 // pnlToLines - synonym of pnlToString

JavaX fragment (include)

1  
static <A> S pnlToLines(S prefix, Iterable<A> l) {
2  
  ret pnlToString(prefix, l);
3  
}
4  
5  
6  
7  
static <A> S pnlToLines(Iterable<A> l) {
8  
  ret pnlToString(l);
9  
}
10  
11  
12  
13  
static <A> S pnlToLines(A[] l) {
14  
  ret pnlToString(l);
15  
}
16  
17  
18  
19  
static <A, B> S pnlToLines(Map<A, B> map) {
20  
  ret pnlToString(map);
21  
}
22  
23  
24  
static <A, B> S pnlToLines(MultiMap<A, B> map) {
25  
  ret pnlToString(map);
26  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033593
Snippet name: pnlToLines - synonym of pnlToString
Eternal ID of this version: #1033593/1
Text MD5: fed6289bf610f76f5b5ca10a56041011
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-11-14 19:33:02
Source code size: 367 bytes / 26 lines
Pitched / IR pitched: No / No
Views / Downloads: 128 / 142
Referenced in: [show references]