Libraryless. Click here for Pure Java version (14967L/96K).
static <A extends Concept> A unlistedCopyToClass(Class<A> c, Concept a) { if (a == null) null; A b = unlisted(c); ccopyFields(a, b); ret b; }
Began life as a copy of #1015964
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030978 |
| Snippet name: | unlistedCopyToClass |
| Eternal ID of this version: | #1030978/1 |
| Text MD5: | 8972e87785739d8eb018d61389f52b25 |
| Transpilation MD5: | dc95686d407bdc1411f6938ba8d76c4e |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-17 15:58:32 |
| Source code size: | 154 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 376 / 486 |
| Referenced in: | [show references] |