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

7
LINES

< > BotCompany Repo | #1014722 // childOfType

JavaX fragment (include)

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

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

Author comment

Began life as a copy of #1006619

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1014722
Snippet name: childOfType
Eternal ID of this version: #1014722/4
Text MD5: bd28c694ef6cf934a47ff5d4d1822863
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-24 13:33:15
Source code size: 209 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 371 / 473
Version history: 3 change(s)
Referenced in: [show references]