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

33
LINES

< > BotCompany Repo | #1030871 // conceptCount - synonym of countConcepts

JavaX fragment (include)

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: 133 / 157
Referenced in: [show references]