Libraryless. Click here for Pure Java version (5036L/28K).
1 | sclass WithGlobalID<A> extends Var<A> {
|
2 | !include #1025833 // IHasGlobalID |
3 | |
4 | toString { ret prependGlobalID(super.toString()); }
|
5 | |
6 | *() {}
|
7 | *(A value) { super(value); }
|
8 | } |
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: | 423 / 552 |
| Referenced in: | [show references] |