1 | static <A extends Concept> int countConceptsWhere(Class<A> c, O... params) { |
2 | ret countConcepts(c, params); |
3 | } |
4 | |
5 | |
6 | |
7 | static int countConceptsWhere() { |
8 | ret countConcepts(); |
9 | } |
10 | |
11 | |
12 | |
13 | static int countConceptsWhere(S className) { |
14 | ret countConcepts(className); |
15 | } |
16 | |
17 | |
18 | |
19 | static <A extends Concept> int countConceptsWhere(Concepts concepts, S className) { |
20 | ret countConcepts(concepts, className); |
21 | } |
22 | |
23 | |
24 | |
25 | static int countConceptsWhere(Concepts concepts) { |
26 | ret countConcepts(concepts); |
27 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022663 |
Snippet name: | countConceptsWhere - synonym of countConcepts |
Eternal ID of this version: | #1022663/1 |
Text MD5: | 01767561e3ac0c196f4b0d2f77d8d361 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-29 18:30:55 |
Source code size: | 480 bytes / 27 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 274 / 329 |
Referenced in: | [show references] |