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

21
LINES

< > BotCompany Repo | #1023713 // conceptsWhereCI - synonym of findConceptsWhereCI

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (12628L/86K).

1  
static <A extends Concept> Cl<A> nuLike conceptsWhereCI(Class<A> c, O... params) {
2  
  ret findConceptsWhereCI(c, params);
3  
}
4  
5  
6  
7  
static Cl<Concept> conceptsWhereCI(S c, O... params) {
8  
  ret findConceptsWhereCI(c, params);
9  
}
10  
11  
12  
13  
static <A extends Concept> Cl<A> conceptsWhereCI(Concepts concepts, Class<A> c, O... params) {
14  
  ret findConceptsWhereCI(concepts, c, params);
15  
}
16  
17  
18  
19  
static L<Concept> conceptsWhereCI(Concepts concepts, S c, O... params) {
20  
  ret findConceptsWhereCI(concepts, c, params);
21  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023713
Snippet name: conceptsWhereCI - synonym of findConceptsWhereCI
Eternal ID of this version: #1023713/2
Text MD5: 933b93ba59e32647ac3f239e3bd7614a
Transpilation MD5: d740c0999b81ac5920708ced7e670845
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-27 18:14:42
Source code size: 514 bytes / 21 lines
Pitched / IR pitched: No / No
Views / Downloads: 196 / 287
Version history: 1 change(s)
Referenced in: [show references]