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

5
LINES

< > BotCompany Repo | #1031404 // conceptShadowMapWithoutID

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

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

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

Author comment

Began life as a copy of #1031064

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1031404
Snippet name: conceptShadowMapWithoutID
Eternal ID of this version: #1031404/1
Text MD5: 82e708194a2ce74ae5997e843a7f4e0f
Transpilation MD5: f98a40670aee54999dfec69f7185d3d8
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-11 16:55:58
Source code size: 151 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 76 / 108
Referenced in: [show references]