Libraryless. Click here for Pure Java version (14744L/95K).
1 | static S[] conceptFields_drop = {"className", "fieldValues", "id", "created", "_modified", "refs", "backRefs", "_concepts"}; |
2 | |
3 | static Set<S> conceptFields(Concept c) { |
4 | ret setMinus(mergeSets(allNonStaticNonTransientFields(c), keys(c.fieldValues)), conceptFields_drop); |
5 | } |
6 | |
7 | static Set<S> conceptFields(Class<? extends Concept> c) { |
8 | ret setMinus(allNonStaticNonTransientFields(c), conceptFields_drop); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1005294 |
Snippet name: | conceptFields (sorted, includes dynamic fields) |
Eternal ID of this version: | #1005294/7 |
Text MD5: | a3ead973e67bd933688a3f7709ed05b1 |
Transpilation MD5: | b08d10ad7bdba884a6eb906a65316815 |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-03-18 14:58:26 |
Source code size: | 411 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 665 / 730 |
Version history: | 6 change(s) |
Referenced in: | [show references] |