1 | static <A> L<A> instancesOf(Iterable i, Class<A> c) { |
2 | ret collectInstances(i, c); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> L<A> nuLike instancesOf(Class<A> c, Iterable i) { |
8 | ret collectInstances(c, i); |
9 | } |
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: | 525 / 592 |
Version history: | 3 change(s) |
Referenced in: | [show references] |