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

11
LINES

< > BotCompany Repo | #1005246 // conceptsWhere - synonym of findConceptsWhere

JavaX fragment (include)

1  
static <A extends Concept> Cl<A> nuLike conceptsWhere(Class<A> c, O... params) {
2  
  ret findConceptsWhere(c, params);
3  
}
4  
5  
static Cl<Concept> conceptsWhere(S c, O... params) {
6  
  ret findConceptsWhere(c, params);
7  
}
8  
9  
static <A extends Concept> Cl<A> conceptsWhere(Concepts concepts, Class<A> c, O... params) {
10  
  ret findConceptsWhere(concepts, c, params);
11  
}

Author comment

Began life as a copy of #1005064

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005246
Snippet name: conceptsWhere - synonym of findConceptsWhere
Eternal ID of this version: #1005246/4
Text MD5: 52d60bb19d51030fbb74df90458808cf
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-27 12:50:45
Source code size: 362 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 693 / 706
Version history: 3 change(s)
Referenced in: [show references]