1 | static <A extends Concept> int countConceptsWhereIC(Concepts cc, Class<A> c, O... params) {
|
2 | ret countConceptsCI(cc, c, params); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A extends Concept> int nuLike countConceptsWhereIC(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: | #1030829 |
| Snippet name: | countConceptsWhereIC - synonym of countConceptsCI |
| Eternal ID of this version: | #1030829/2 |
| Text MD5: | d49ec89d1bd498389ab2a94e7e02e941 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-03-31 17:47:24 |
| Source code size: | 264 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 417 / 441 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |