Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1030829 // countConceptsWhereIC - synonym of countConceptsCI

JavaX fragment (include)

static <A extends Concept> int countConceptsWhereIC(Concepts cc, Class<A> c, O... params) {
  ret countConceptsCI(cc, c, params);
}



static <A extends Concept> int nuLike countConceptsWhereIC(Class<A> c, O... params) {
  ret countConceptsCI(c, params);
}

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: 117 / 139
Version history: 1 change(s)
Referenced in: [show references]