Libraryless. Click here for Pure Java version (1688L/11K).
static <A> Ext<A> makeExt(A a, O... _) { Ext<A> ext = ext(a); ext.fieldValues = empty(_) ? null : paramsToOrderedMap(_); ret ext; }
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: | #1023531 |
Snippet name: | makeExt |
Eternal ID of this version: | #1023531/2 |
Text MD5: | 7dd64319eef2b51d51427f451738aef1 |
Transpilation MD5: | fd98096106ce3d5fb1cb76ad234e43e0 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-06-27 13:20:11 |
Source code size: | 141 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 254 / 345 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |