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

5
LINES

< > BotCompany Repo | #1031407 // conceptShadowMapWithoutIDAndMetaFields

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (16188L/104K).

static Map conceptShadowMapWithoutIDAndMetaFields(Concept c) {
  if (c == null) null;
  var shadow = conceptShadow(c);
  ret mapWithoutKeys(shadow.map, "id", "created", "_modified");
}

Author comment

Began life as a copy of #1031404

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031407
Snippet name: conceptShadowMapWithoutIDAndMetaFields
Eternal ID of this version: #1031407/1
Text MD5: 6d31f0bc268a996927342dea4054aa8c
Transpilation MD5: d614cd283990a8c6ceb00cb233828d88
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-11 17:05:13
Source code size: 188 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 73 / 113
Referenced in: [show references]