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

3
LINES

< > BotCompany Repo | #1011632 // tripleToList

JavaX fragment (include)

static <A> L<A> tripleToList(Triple<A> t) {
  ret t == null ? null : ll(t.a, t.b, t.c);
}

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: #1011632
Snippet name: tripleToList
Eternal ID of this version: #1011632/3
Text MD5: 21478f3b1534e0ef016dd9083959b013
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-27 02:55:05
Source code size: 91 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 373 / 411
Version history: 2 change(s)
Referenced in: [show references]