Libraryless. Click here for Pure Java version (12735L/86K).
1 | static <A extends Concept> bool nuLike uniq_trueIfNew(Class<A> c, O... params) {
|
2 | ret uniq_trueIfNew(db_mainConcepts(), c, params); |
3 | } |
4 | |
5 | static <A extends Concept> bool nuLike uniq_trueIfNew(Concepts cc, Class<A> c, O... params) {
|
6 | ret uniq2(cc, c, params).b; |
7 | } |
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: | #1025135 |
| Snippet name: | uniq_trueIfNew |
| Eternal ID of this version: | #1025135/3 |
| Text MD5: | 53b3b7d0b88017c47f18d056d189de85 |
| Transpilation MD5: | 9e0914609884769e933a062f78d98c54 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-30 00:30:20 |
| Source code size: | 267 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 458 / 601 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |