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

8
LINES

< > BotCompany Repo | #1033609 // WithGlobalID

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

Libraryless. Click here for Pure Java version (5036L/28K).

sclass WithGlobalID<A> extends Var<A> {
  !include #1025833 // IHasGlobalID
  
  toString { ret prependGlobalID(super.toString()); }

  *() {}
  *(A value) { super(value); }
}

Author comment

Began life as a copy of #1026686

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033609
Snippet name: WithGlobalID
Eternal ID of this version: #1033609/1
Text MD5: 20fd848ee32f2ff8908188eb834794f7
Transpilation MD5: bb4e68deabf5411254876c2d52bc36af
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-11-15 23:51:16
Source code size: 182 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 100 / 157
Referenced in: #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674)