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

4
LINES

< > BotCompany Repo | #1036059 // optimizedUniqCI - optimized version of uniqCI (checks for existence first without locking the DB)

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

Libraryless. Click here for Pure Java version (22756L/138K).

static <A extends Concept> A nuLike optimizedUniqCI(Concepts cc default db_mainConcepts(), Class<A> c, O... params) {
  try object conceptWhereCI(cc, c, params);
  ret uniqCI(cc, c, params);
}

Author comment

Began life as a copy of #1035090

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036059
Snippet name: optimizedUniqCI - optimized version of uniqCI (checks for existence first without locking the DB)
Eternal ID of this version: #1036059/3
Text MD5: ff6550d937291e46dd53f23203fc6d0a
Transpilation MD5: ecac1427a8ec4693e4a40f52075fdf4c
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-09-05 00:17:30
Source code size: 195 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 61 / 85
Version history: 2 change(s)
Referenced in: [show references]