static <A> A childOfType(Component c, Class<A> theClass) { ret first(childrenOfType(c, theClass)); } static <A> A nuLike childOfType(Class<A> theClass, Component c) { ret childOfType(c, theClass); }
Began life as a copy of #1006619
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1014722 |
| Snippet name: | childOfType |
| Eternal ID of this version: | #1014722/4 |
| Text MD5: | bd28c694ef6cf934a47ff5d4d1822863 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-24 13:33:15 |
| Source code size: | 209 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 702 / 829 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1015815 - childOfTypeShortNamed #1016528 - containsChildOfType |