1 | static <A> Ext<A> mapMethodLike extMarkAs(S name, A a) {
|
2 | Ext<A> e = ext(a); |
3 | e.fieldValues = litorderedmap(name, true); |
4 | ret e; |
5 | } |
Began life as a copy of #1023201
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: | #1023215 |
| Snippet name: | extMarkAs |
| Eternal ID of this version: | #1023215/1 |
| Text MD5: | 0a0b9ed120a1455672141ef39458041f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-05-16 20:38:10 |
| Source code size: | 137 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 489 / 529 |
| Referenced in: | [show references] |