Libraryless. Click here for Pure Java version (4800L/32K).
1 | static cached L<CountryDialCode> countryDialCodes() {
|
2 | ret sortedByField dialCode( |
3 | filter(c -> nempty(c.dialCode), |
4 | map((L<SS>) loadJSONFile(loadLibrary(#1400429)), m |
5 | -> new CountryDialCode(m.get("name"), m.get("code"), m.get("dial_code")))));
|
6 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029710 |
| Snippet name: | countryDialCodes |
| Eternal ID of this version: | #1029710/4 |
| Text MD5: | e41d448479c9b610263b236f3cbb8224 |
| Transpilation MD5: | 13e6bbdce72e33f1785f6977b42bbc0e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-09-08 11:06:28 |
| Source code size: | 264 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 445 / 552 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |