1 | static Map conceptToMap_gen_withNullValues(O c) { |
2 | Map map = litorderedmap(id := str(getLong(c, 'id))); |
3 | for (S field : conceptFields_gen(c)) |
4 | map.put(field, getOpt(c, field)); |
5 | ret map; |
6 | } |
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: | 306 / 345 |
Referenced in: | [show references] |