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

3
LINES

< > BotCompany Repo | #1009340 // secondOfPair

JavaX fragment (include)

static <A, B> B secondOfPair(Pair<A, B> p) {
  ret p == null ? null : p.b;
}

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: #1009340
Snippet name: secondOfPair
Eternal ID of this version: #1009340/1
Text MD5: e205122beff77e115ed9ac9a8f01efae
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-07-23 22:27:25
Source code size: 78 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 410 / 442
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1009341 - firstOfPair
#1010253 - pairB - synonym of secondOfPair