Libraryless. Click here for Pure Java version (2263L/14K).
1 | static <A> S extToString(Ext<A> ext) {
|
2 | ret ext == null ? str(null) : empty(ext.fieldValues) ? str(ext!) : ext! + " " + ext.fieldValues; |
3 | } |
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: | #1023537 |
| Snippet name: | extToString - with infos |
| Eternal ID of this version: | #1023537/4 |
| Text MD5: | 254266a7c8e6a1a0a4282aa27adab13f |
| Transpilation MD5: | 84bf51f00751550a5fb8e77abd6267fa |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-10-12 22:02:51 |
| Source code size: | 141 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 507 / 687 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |