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

11
LINES

< > BotCompany Repo | #1028882 // RecordCalls

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

Libraryless. Click here for Pure Java version (3193L/20K).

1  
sclass RecordCalls implements IVFVarargs {
2  
  Cl<L> calls = new L;
3  
  
4  
  public void get(O... args) {
5  
    calls.add(asList(args));
6  
  }
7  
  
8  
  toString {
9  
    ret or2(pnlToString_rtrim(calls), "no calls");
10  
  }
11  
}

Author comment

Began life as a copy of #1028881

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1028882
Snippet name: RecordCalls
Eternal ID of this version: #1028882/4
Text MD5: 9dfd7c51cd688b4e3ee3a0b455b1bb81
Transpilation MD5: 673f30bb4702a91bbd61bdfa6eaa3836
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-10 19:25:07
Source code size: 215 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 181 / 471
Version history: 3 change(s)
Referenced in: [show references]