static <A> L<A> allChildrenOfType(Component c, Class<A> theClass) { ret childrenOfType(c, theClass); } static <A> L<A> nuLike allChildrenOfType(Class<A> theClass, Component c) { ret childrenOfType(theClass, c); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031158 |
Snippet name: | allChildrenOfType - synonym of childrenOfType |
Eternal ID of this version: | #1031158/1 |
Text MD5: | fba15f076369050cb22e2c3cf0367e51 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-05-13 23:59:38 |
Source code size: | 221 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 162 / 194 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |