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

15
LINES

< > BotCompany Repo | #1017214 // findConceptsWhere (old without index)

JavaX fragment (include)

1  
static <A extends Concept> L<A> findConceptsWhere(Class<A> c, O... params) {
2  
  ret filterConcepts(list(c), expandParams(c, params));
3  
}
4  
5  
static L<Concept> findConceptsWhere(S c, O... params) {
6  
  ret filterConcepts(list(c), params);
7  
}
8  
9  
static <A extends Concept> L<A> findConceptsWhere(Concepts concepts, Class<A> c, O... params) {
10  
  ret filterConcepts(concepts.list(c), expandParams(c, params));
11  
}
12  
13  
static L<Concept> findConceptsWhere(Concepts concepts, S c, O... params) {
14  
  ret filterConcepts(concepts.list(c), params);
15  
}

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, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017214
Snippet name: findConceptsWhere (old without index)
Eternal ID of this version: #1017214/1
Text MD5: 4c37ba71110958e4f655d5f16ee95405
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-14 12:27:18
Source code size: 536 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 271 / 298
Referenced in: [show references]