static <A> L<A> mapsToObjects(Collection<Map> l, Class<A> c) { new L<A> out; if (l != null) for (Map map : l) out.add((A) mapToObject(map, nu(c))); ret out; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010817 | 
| Snippet name: | mapsToObjects | 
| Eternal ID of this version: | #1010817/4 | 
| Text MD5: | 731b1e03438eabf85f1ad9481a92d602 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2017-10-03 23:21:49 | 
| Source code size: | 173 bytes / 6 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 2360 / 777 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |