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

3
LINES

< > BotCompany Repo | #1006661 // firstInstance - synonym of firstOfType - return first element of collection that is of some type

JavaX fragment (include)

static <A> A firstInstance(Collection c, Class<A> type) {
  ret firstOfType(c, type);
}

Author comment

Began life as a copy of #1004821

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006661
Snippet name: firstInstance - synonym of firstOfType - return first element of collection that is of some type
Eternal ID of this version: #1006661/1
Text MD5: 0891890f616b234700a0645b4808fe22
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-01-27 03:20:53
Source code size: 89 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 410 / 430
Referenced in: [show references]