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

15
LINES

< > BotCompany Repo | #1023667 // conceptWhereCI - synonym of findConceptWhereCI

JavaX fragment (include)

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

Author comment

Began life as a copy of #1021143

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: #1023667
Snippet name: conceptWhereCI - synonym of findConceptWhereCI
Eternal ID of this version: #1023667/1
Text MD5: dbca30f01decdc2d0a890ebcb849cc5b
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-02 15:47:45
Source code size: 498 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 248 / 298
Referenced in: [show references]