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

6
LINES

< > BotCompany Repo | #1025995 // conceptToMap_gen_withNullValues

JavaX fragment (include)

static Map conceptToMap_gen_withNullValues(O c) {
  Map map = litorderedmap(id := str(getLong(c, 'id)));
  for (S field : conceptFields_gen(c))
    map.put(field, getOpt(c, field));
  ret map;
}

Author comment

Began life as a copy of #1020958

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025995
Snippet name: conceptToMap_gen_withNullValues
Eternal ID of this version: #1025995/1
Text MD5: bff7dd226b10101c96756a24cbe1d659
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-06 13:02:18
Source code size: 199 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 184 / 220
Referenced in: [show references]