static <A extends Concept> int countConceptsWhere(Class<A> c, O... params) { ret countConcepts(c, params); } static int countConceptsWhere() { ret countConcepts(); } static int countConceptsWhere(S className) { ret countConcepts(className); } static <A extends Concept> int countConceptsWhere(Concepts concepts, S className) { ret countConcepts(concepts, className); } static int countConceptsWhere(Concepts concepts) { ret countConcepts(concepts); }
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: | 520 / 577 |
| Referenced in: | [show references] |