1 | static <A extends Concept> int countConceptsWhereCI(Concepts cc, Class<A> c, O... params) { |
2 | ret countConceptsCI(cc, c, params); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A extends Concept> int nuLike countConceptsWhereCI(Class<A> c, O... params) { |
8 | ret countConceptsCI(c, params); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030850 |
| Snippet name: | countConceptsWhereCI - synonym of countConceptsCI |
| Eternal ID of this version: | #1030850/1 |
| Text MD5: | e0796afcd018cb4d0650305f6adef7ef |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-03 01:26:53 |
| Source code size: | 258 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 398 / 437 |
| Referenced in: | [show references] |