Libraryless. Click here for Pure Java version (17232L/106K).
1 | static <A extends Concept> A unlistedCopyToClass_withConverter_pcall(Class<A> c, Concept a) {
|
2 | if (a == null) null; |
3 | A b = unlisted(c); |
4 | ccopyFields_withConverter_pcall(a, b); |
5 | ret b; |
6 | } |
Began life as a copy of #1031345
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031814 |
| Snippet name: | unlistedCopyToClass_withConverter_pcall - allow for fields to fail being copied |
| Eternal ID of this version: | #1031814/1 |
| Text MD5: | 792ace2abd6c0f46c72de72b5d3910a5 |
| Transpilation MD5: | d6bc597fd2ce6a88f3216a541b7ad934 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-07-02 20:53:48 |
| Source code size: | 194 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 341 / 461 |
| Referenced in: | [show references] |