static <A extends Concept> int conceptCount(Concepts concepts, Class<A> c, O... params) { ret countConcepts(concepts, c, params); } static <A extends Concept> int nuLike conceptCount(Class<A> c, O... params) { ret countConcepts(c, params); } static int conceptCount() { ret countConcepts(); } static int conceptCount(S className) { ret countConcepts(className); } static <A extends Concept> int conceptCount(Concepts concepts, S className) { ret countConcepts(concepts, className); } static int conceptCount(Concepts concepts) { ret countConcepts(concepts); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030871 |
| Snippet name: | conceptCount - synonym of countConcepts |
| Eternal ID of this version: | #1030871/1 |
| Text MD5: | a0483c60218bb05118b87842e1aaef67 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-05 14:08:41 |
| Source code size: | 596 bytes / 33 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 465 / 489 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |