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

9
LINES

< > BotCompany Repo | #1017023 // instancesOf - synonym of collectInstances

JavaX fragment (include)

static <A> L<A> instancesOf(Iterable i, Class<A> c) {
  ret collectInstances(i, c);
}



static <A> L<A> nuLike instancesOf(Class<A> c, Iterable i) {
  ret collectInstances(c, i);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017023
Snippet name: instancesOf - synonym of collectInstances
Eternal ID of this version: #1017023/4
Text MD5: 92af70b360150ab877462af6d9620929
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-28 15:36:37
Source code size: 193 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 396 / 456
Version history: 3 change(s)
Referenced in: [show references]