Libraryless. Click here for Pure Java version (12375L/83K).
static <A extends Concept> A nuLike uniq_sync(final Class<A> c, fO... params) { ret uniq(c, params); } static <A extends Concept> A nuLike uniq_sync(Concepts concepts, Class<A> c, fO... params) { ret uniq(concepts, c, params); }
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: | 1016 / 1186 |
| Version history: | 6 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1020717 - uniq_sync_returnIfNew - sync is now default #1023277 - uniqCI_sync - make a unique object in a locked way, case-insensitive field checks |