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

7
LINES

< > BotCompany Repo | #1008759 // uniq_sync - make a unique object in a locked way (now a synonym of uniq)

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (12375L/83K).

1  
static <A extends Concept> A nuLike uniq_sync(final Class<A> c, fO... params) {
2  
  ret uniq(c, params);
3  
}
4  
5  
static <A extends Concept> A nuLike uniq_sync(Concepts concepts, Class<A> c, fO... params) {
6  
  ret uniq(concepts, c, params);
7  
}

Author comment

Began life as a copy of #1005292

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1008759
Snippet name: uniq_sync - make a unique object in a locked way (now a synonym of uniq)
Eternal ID of this version: #1008759/7
Text MD5: 1a13ca03cec150b6ebb1e012a6c07a2b
Transpilation MD5: e9de2af1953d5169716fcbac73f37fb7
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-08 17:45:21
Source code size: 239 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 648 / 761
Version history: 6 change(s)
Referenced in: [show references]