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

7
LINES

< > BotCompany Repo | #1005292 // uniq - synonym of uniqueConcept

JavaX fragment (include)

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

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

Author comment

Began life as a copy of #1005261

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: #1005292
Snippet name: uniq - synonym of uniqueConcept
Eternal ID of this version: #1005292/8
Text MD5: beed60cc923326683ecb0fa089131103
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-10 02:23:22
Source code size: 220 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 694 / 663
Version history: 7 change(s)
Referenced in: [show references]