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

26
LINES

< > BotCompany Repo | #1023765 // pnl_nlBefore

JavaX fragment (include)

1  
static <A extends Iterable> A pnl_nlBefore(S prefix, A l) {
2  
  print();
3  
  pnl(prefix, l);
4  
  ret l;
5  
}
6  
7  
static <A extends Iterable> A pnl_nlBefore(A l) {
8  
  print();
9  
  pnl(l);
10  
  ret l;
11  
}
12  
13  
svoid pnl_nlBefore(Map map) {
14  
  print();
15  
  pnl(map);
16  
}
17  
18  
svoid pnl_nlBefore(O[] a) {
19  
  print();
20  
  pnl(a);
21  
}
22  
23  
svoid pnl_nlBefore(S s) {
24  
  print();
25  
  pnl(lines(s));
26  
}

Author comment

Began life as a copy of #1008448

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1023765
Snippet name: pnl_nlBefore
Eternal ID of this version: #1023765/1
Text MD5: 3e03cd0d21fc9b565c493d41ea83c5de
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-08 19:48:41
Source code size: 372 bytes / 26 lines
Pitched / IR pitched: No / No
Views / Downloads: 114 / 151
Referenced in: [show references]