static <A extends Concept> A nuLike uniqCI_returnIfNew(Class<A> c, O... params) { Pair<A, Bool> p = uniqCI2(c, params); ret p.b ? p.a : null; } static <A extends Concept> A nuLike uniqCI_returnIfNew(Concepts cc, Class<A> c, O... params) { Pair<A, Bool> p = uniqCI2(cc, c, params); ret p.b ? p.a : null; }
Began life as a copy of #1019298
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1028102 |
Snippet name: | uniqCI_returnIfNew |
Eternal ID of this version: | #1028102/3 |
Text MD5: | 41e11e039e0ee3f2e99752383d8685b3 |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-05-19 14:12:30 |
Source code size: | 321 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 200 / 253 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1030827 - uniqCI_returnIfOld |