1 | static Map renderConceptForCRUDWithoutFields(Concept c, S... fieldsToExclude) { |
2 | Map map = litorderedmap(); |
3 | for (S field : listMinus(conceptFieldsInOrder(c), fieldsToExclude)) |
4 | mapPut(map, field, cget(c, field)); |
5 | ret map; |
6 | } |
Began life as a copy of #1019474
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019479 |
Snippet name: | renderConceptForCRUDWithoutFields |
Eternal ID of this version: | #1019479/3 |
Text MD5: | b856a3694ed92543d7ad516c0fac1a17 |
Author: | stefan |
Category: | javax / gui / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-11-09 15:55:09 |
Source code size: | 236 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 270 / 314 |
Version history: | 2 change(s) |
Referenced in: | [show references] |