1 | static <A extends Concept> A nuLike uniqCI_returnIfNew(Class<A> c, O... params) { |
2 | Pair<A, Bool> p = uniqCI2(c, params); |
3 | ret p.b ? p.a : null; |
4 | } |
5 | |
6 | static <A extends Concept> A nuLike uniqCI_returnIfNew(Concepts cc, Class<A> c, O... params) { |
7 | Pair<A, Bool> p = uniqCI2(cc, c, params); |
8 | ret p.b ? p.a : null; |
9 | } |
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: | 201 / 254 |
Version history: | 2 change(s) |
Referenced in: | [show references] |