1 | static <A> L<A> allChildrenOfType(Component c, Class<A> theClass) { |
2 | ret childrenOfType(c, theClass); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> L<A> nuLike allChildrenOfType(Class<A> theClass, Component c) { |
8 | ret childrenOfType(theClass, c); |
9 | } |
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: | 163 / 195 |
Referenced in: | [show references] |