static Map renderConceptForCRUDWithoutFields(Concept c, S... fieldsToExclude) { Map map = litorderedmap(); for (S field : listMinus(conceptFieldsInOrder(c), fieldsToExclude)) mapPut(map, field, cget(c, field)); ret map; }
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: | 269 / 313 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |