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).

sclass RecordCalls implements IVFVarargs {
  Cl<L> calls = new L;
  
  public void get(O... args) {
    calls.add(asList(args));
  }
  
  toString {
    ret or2(pnlToString_rtrim(calls), "no calls");
  }
}

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: 175 / 463
Version history: 3 change(s)
Referenced in: [show references]