1 | static <A> A firstChildOfType(Component c, Class<A> theClass) { |
2 | ret childOfType(c, theClass); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> A nuLike firstChildOfType(Class<A> theClass, Component c) { |
8 | ret childOfType(theClass, c); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1020493 |
Snippet name: | firstChildOfType - synonym of childOfType |
Eternal ID of this version: | #1020493/2 |
Text MD5: | c27fd176412334b86f7f4d02bb8eaacb |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-03-11 11:40:37 |
Source code size: | 213 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 297 / 335 |
Version history: | 1 change(s) |
Referenced in: | [show references] |