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

11
LINES

< > BotCompany Repo | #1026746 // WithFile

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

Libraryless. Click here for Pure Java version (2326L/15K).

1  
sclass WithFile<A> extends Var<A> {
2  
  File file;
3  
  
4  
  *() {}
5  
  *(A value) { super(value); }
6  
  *(File *file, A value) { super(value); }
7  
  
8  
  toString {
9  
    ret stdToString(this);
10  
  }
11  
}

Author comment

Began life as a copy of #1026688

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: #1026746
Snippet name: WithFile
Eternal ID of this version: #1026746/1
Text MD5: 2bc8414576c820c37b0b290feb920f03
Transpilation MD5: 3ec157e7048a509ab50332d2bf5722a4
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-19 22:02:04
Source code size: 193 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 128 / 427
Referenced in: [show references]