Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1010817 // mapsToObjects

JavaX fragment (include)

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: 488 / 484
Version history: 3 change(s)
Referenced in: [show references]