Libraryless. Click here for Pure Java version (14811L/96K).
1 | static O derefRef(O o) {
|
2 | if (o instanceof Concept.Ref) o = ((Concept.Ref) o).get(); |
3 | ret o; |
4 | } |
5 | |
6 | static <A extends Concept> A derefRef(Concept.Ref<A> r) {
|
7 | ret r?!; |
8 | } |
Began life as a copy of #1005247
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005332 |
| Snippet name: | derefRef - convert Concept.Ref (not MatchVar) to Concept |
| Eternal ID of this version: | #1005332/3 |
| Text MD5: | 29a22dc8fc70494f2fbd717063a05f69 |
| Transpilation MD5: | 316f345942e068776185fffca34d83c2 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-10 17:41:47 |
| Source code size: | 175 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 861 / 974 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |