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; }
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: | 157 / 232 |
Version history: | 2 change(s) |
Referenced in: | [show references] |