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

3
LINES

< > BotCompany Repo | #1014469 // pairToList

JavaX fragment (include)

static <A> L<A> pairToList(Pair<A> p) {
  ret p == null ? null : ll(p.a, p.b);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1014469
Snippet name: pairToList
Eternal ID of this version: #1014469/1
Text MD5: f7fb916d28d0e60243b9ce8b5bb6925b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-22 01:40:55
Source code size: 82 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 354 / 394
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1024684 - pairsToLists
#1028235 - intPairToList