static <A extends Concept> Pair<A, Bool> uniq2_sync(Class<A> c, fO... params) { ret uniq2(c, params); } static <A extends Concept> Pair<A, Bool> uniq2_sync(Concepts cc, Class<A> c, fO... params) { ret uniq2(cc, c, params); }
Began life as a copy of #1008467
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021460 |
| Snippet name: | uniq2_sync - synonym of uniq2 |
| Eternal ID of this version: | #1021460/5 |
| Text MD5: | 0dc90f4648d896cec949e3156281304c |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-10-29 12:49:28 |
| Source code size: | 235 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 519 / 580 |
| Version history: | 4 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1023560 - uniqCI2_sync |