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

sclass WithFile<A> extends Var<A> {
  File file;
  
  *() {}
  *(A value) { super(value); }
  *(File *file, A value) { super(value); }
  
  toString {
    ret stdToString(this);
  }
}

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: 129 / 428
Referenced in: #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674)