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)

static <A extends Concept> Cl<A> nuLike conceptsWhere(Class<A> c, O... params) {
  ret findConceptsWhere(c, params);
}

static Cl<Concept> conceptsWhere(S c, O... params) {
  ret findConceptsWhere(c, params);
}

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

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: 703 / 714
Version history: 3 change(s)
Referenced in: #1005248 - conceptWhere - synonym of findConceptWhere
#1006045 - findConcepts - synonym of findConceptsWhere
#1006654 - Standard functions list 2 (LIVE, continuation of #761)