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)

1  
static <A extends Concept> int conceptCount(Concepts concepts, Class<A> c, O... params) {
2  
  ret countConcepts(concepts, c, params);
3  
}
4  
5  
6  
7  
static <A extends Concept> int nuLike conceptCount(Class<A> c, O... params) {
8  
  ret countConcepts(c, params);
9  
}
10  
11  
12  
13  
static int conceptCount() {
14  
  ret countConcepts();
15  
}
16  
17  
18  
19  
static int conceptCount(S className) {
20  
  ret countConcepts(className);
21  
}
22  
23  
24  
25  
static <A extends Concept> int conceptCount(Concepts concepts, S className) {
26  
  ret countConcepts(concepts, className);
27  
}
28  
29  
30  
31  
static int conceptCount(Concepts concepts) {
32  
  ret countConcepts(concepts);
33  
}

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