| 1 | static <A> A componentOfType(Component c, Class<A> theClass) { | 
| 2 | ret childOfType(c, theClass); | 
| 3 | } | 
| 4 | |
| 5 | |
| 6 | |
| 7 | static <A> A componentOfType(Class<A> theClass, Component c) { | 
| 8 | ret childOfType(theClass, c); | 
| 9 | } | 
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019180 | 
| Snippet name: | componentOfType - synonym of childOfType | 
| Eternal ID of this version: | #1019180/1 | 
| Text MD5: | cd42523f5528086a2c2fa770b85587e0 | 
| Author: | stefan | 
| Category: | |
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-10-27 12:37:53 | 
| Source code size: | 198 bytes / 9 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 532 / 585 | 
| Referenced in: | [show references] |