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

6
LINES

< > BotCompany Repo | #1031063 // allConceptShadows

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

Libraryless. Click here for Pure Java version (15737L/101K).

static L<ConceptShadow> allConceptShadows(Concepts cc default db_mainConcepts()) {
  if (cc == null) null;
  L<Concept> l = asList(cc.allConcepts());
  assertTrue("Concepts are sorted by id", isSortedListByCalculatedField conceptID(l));
  ret lmap conceptShadow(l);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1031063
Snippet name: allConceptShadows
Eternal ID of this version: #1031063/2
Text MD5: 9e9c53b90fa61d6b3dd1705770448e85
Transpilation MD5: 605cb34839c501636a1a047ff76c2f3a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-26 17:21:11
Source code size: 272 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 132 / 189
Version history: 1 change(s)
Referenced in: [show references]