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

7
LINES

< > BotCompany Repo | #1005248 // conceptWhere - synonym of findConceptWhere

JavaX fragment (include)

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

static <A extends Concept> A nuLike conceptWhere(Concepts cc, Class<A> c, O... params) {
  ret findConceptWhere(cc, c, params);
}

Author comment

Began life as a copy of #1005246

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: #1005248
Snippet name: conceptWhere - synonym of findConceptWhere
Eternal ID of this version: #1005248/4
Text MD5: be2b04677bb1a6f6160fd13c5e9dfaf1
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-02 01:59:35
Source code size: 249 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 560 / 579
Version history: 3 change(s)
Referenced in: #1005523 - findConcept - synonym of findConceptWhere
#1006654 - Standard functions list 2 (LIVE, continuation of #761)