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

4
LINES

< > BotCompany Repo | #1005300 // uniqNew - delete and make new

JavaX fragment (include)

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

Author comment

Began life as a copy of #1005292

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: #1005300
Snippet name: uniqNew - delete and make new
Eternal ID of this version: #1005300/1
Text MD5: ee2d72443fba511f121f095040163099
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-10-30 21:38:06
Source code size: 129 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 471 / 490
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)