static <A> A firstChildOfType(Component c, Class<A> theClass) { ret childOfType(c, theClass); } static <A> A nuLike firstChildOfType(Class<A> theClass, Component c) { ret childOfType(theClass, c); }
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: | 296 / 334 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |