Libraryless. Click here for Pure Java version (20259L/123K).
static <A extends Concept> L<A> nuLike list(Class<A> type, Concepts cc default db_mainConcepts()) { ret cc.list(type); } static <A extends Concept> L<A> list(Concepts concepts, Class<A> type) { ret concepts.list(type); } static L<Concept> list(S type) { ret db_mainConcepts().list(type); } static L<Concept> list(Concepts concepts, S type) { ret concepts.list(type); } static L<Concept> list(Concepts concepts) { ret asList(concepts.allConcepts()); }
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1020890 |
Snippet name: | list (for concepts) |
Eternal ID of this version: | #1020890/5 |
Text MD5: | 460b2eee88a098ae265cb6a09425fee2 |
Transpilation MD5: | b9a77ee5825648b60285217f80f940ad |
Author: | stefan |
Category: | javax / db |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-03-03 17:48:31 |
Source code size: | 484 bytes / 19 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 459 / 585 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |