static <A extends Concept> int countConcepts(Concepts concepts, Class<A> c, O... params) { ret concepts.countConcepts(c, params); } static <A extends Concept> int nuLike countConcepts(Class<A> c, O... params) { ret db_mainConcepts().countConcepts(c, params); } static int countConcepts() { ret db_mainConcepts().countConcepts(); } static int countConcepts(S className) { ret db_mainConcepts().countConcepts(className); } static <A extends Concept> int countConcepts(Concepts concepts, S className) { ret concepts.countConcepts(className); } static int countConcepts(Concepts concepts) { ret concepts.countConcepts(); }
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1005060 |
Snippet name: | countConcepts |
Eternal ID of this version: | #1005060/10 |
Text MD5: | 241e900ec2ff68c83522a0ccce7e5be8 |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-02 14:35:24 |
Source code size: | 657 bytes / 23 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 747 / 724 |
Version history: | 9 change(s) |
Referenced in: | [show references] |