Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1019479 // renderConceptForCRUDWithoutFields

JavaX fragment (include)

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;
}

Author comment

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: 199 / 244
Version history: 2 change(s)
Referenced in: [show references]