static <A> L<A> childrenOfType(Component c, Class<A> theClass) { new L<A> l; scanForComponents(c, theClass, l); ret l; } static <A> L<A> nuLike childrenOfType(Class<A> theClass, Component c) { ret childrenOfType(c, theClass); }
Began life as a copy of #1001636
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