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

6
LINES

< > BotCompany Repo | #1033877 // allConceptFieldsAsMapExcept

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

Libraryless. Click here for Pure Java version (19321L/118K).

static MapSO allConceptFieldsAsMapExcept(Concept c, Cl<S> excludedFields) {
  new MapSO map;
  fOr (S field : listMinusSet(conceptFields(c), excludedFields))
    map.put(field, cget(c, field));
  ret map;
}

Author comment

Began life as a copy of #1030719

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033877
Snippet name: allConceptFieldsAsMapExcept
Eternal ID of this version: #1033877/3
Text MD5: 284fcb362636b31b3c97b3d820c1c654
Transpilation MD5: 6d9887c4e45669a906dd38d07d3aa228
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-08 20:59:50
Source code size: 211 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 94 / 140
Version history: 2 change(s)
Referenced in: [show references]