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

3
LINES

< > BotCompany Repo | #1011623 // trimTriple

JavaX fragment (include)

1  
static T3<S> trimTriple(T3<S> t) {
2  
  ret t == null ? null : triple(trim(t.a), trim(t.b), trim(t.c));
3  
}

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: #1011623
Snippet name: trimTriple
Eternal ID of this version: #1011623/1
Text MD5: a3e3db1f764ee1c2c4a0514abe05679a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-01 03:10:58
Source code size: 104 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 415 / 461
Referenced in: [show references]