1 | static <A extends Concept> int countConcepts(Concepts concepts, Class<A> c, O... params) { |
2 | ret concepts.countConcepts(c, params); |
3 | } |
4 | |
5 | static <A extends Concept> int nuLike countConcepts(Class<A> c, O... params) { |
6 | ret db_mainConcepts().countConcepts(c, params); |
7 | } |
8 | |
9 | static int countConcepts() { |
10 | ret db_mainConcepts().countConcepts(); |
11 | } |
12 | |
13 | static int countConcepts(S className) { |
14 | ret db_mainConcepts().countConcepts(className); |
15 | } |
16 | |
17 | static <A extends Concept> int countConcepts(Concepts concepts, S className) { |
18 | ret concepts.countConcepts(className); |
19 | } |
20 | |
21 | static int countConcepts(Concepts concepts) { |
22 | ret concepts.countConcepts(); |
23 | } |
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: | 749 / 727 |
Version history: | 9 change(s) |
Referenced in: | [show references] |