Libraryless. Click here for Pure Java version (2762L/18K).
1 | static Set<Class> untransformableRecordTypesInStructure(O o) { |
2 | new Set<Class> set; |
3 | defaultMetaTransformer().visit(x -> { |
4 | if (isUntransformableRecord(x)) |
5 | set.add(x.getClass()); |
6 | }, o); |
7 | ret set; |
8 | } |
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: | 188 / 293 |
Referenced in: | [show references] |