Transpiled version (12787L) is out of date.
static <A extends Concept> int countConceptsCI(Concepts cc, Class<A> c, O... params) { if (empty(params)) ret countConcepts(cc, c); ret l(conceptsWhereCI(cc, c, params)); } static <A extends Concept> int nuLike countConceptsCI(Class<A> c, O... params) { ret countConceptsCI(db_mainConcepts(), c, params); }
Began life as a copy of #1005060
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027582 |
Snippet name: | countConceptsCI |
Eternal ID of this version: | #1027582/3 |
Text MD5: | 5adbce96182563cbe242cca476fdc672 |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-03-31 17:47:13 |
Source code size: | 325 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 225 / 328 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |