Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1019180 // componentOfType - synonym of childOfType

JavaX fragment (include)

static <A> A componentOfType(Component c, Class<A> theClass) {
  ret childOfType(c, theClass);
}



static <A> A componentOfType(Class<A> theClass, Component c) {
  ret childOfType(theClass, c);
}

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: 240 / 275
Referenced in: [show references]