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)

static <A extends Concept> A nuLike conceptWhereCI(Class<A> c, O... params) {
  ret findConceptWhereCI(c, params);
}

static Concept conceptWhereCI(S c, O... params) {
  ret findConceptWhereCI(db_mainConcepts(), c, params);
}

static <A extends Concept> A conceptWhereCI(Concepts concepts, Class<A> c, O... params) {
  ret findConceptWhereCI(concepts, c, params);
}

static Concept conceptWhereCI(Concepts concepts, S c, O... params) {
  ret findConceptWhereCI(concepts, c, params);
}

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