Libraryless. Click here for Pure Java version (2762L/18K).
static Set<Class> untransformableRecordTypesInStructure(O o) { new Set<Class> set; defaultMetaTransformer().visit(x -> { if (isUntransformableRecord(x)) set.add(x.getClass()); }, o); ret set; }
Began life as a copy of #1028719
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: | #1028721 |
Snippet name: | untransformableRecordTypesInStructure |
Eternal ID of this version: | #1028721/1 |
Text MD5: | 0b81d28d109ffe4f2eaf839331ea0f3a |
Transpilation MD5: | 61acc6f3855b5bb8af618c2a49d90ed4 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-06 01:27:48 |
Source code size: | 218 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 186 / 291 |
Referenced in: | [show references] |