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

6
LINES

< > BotCompany Repo | #1024444 // tatoeba_parseLinksCSV - to CloseableItIt<Pair<Int>>

JavaX fragment (include)

1  
static CloseableItIt<Pair<Int>> tatoeba_parseLinksCSV(File f) {
2  
  ret mapI_notNulls_closeable(
3  
    linesFromFile(f),
4  
    s -> ((Pair<Int>) listToPair(map parseInt(splitAtTab(s))))
5  
  );
6  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024444
Snippet name: tatoeba_parseLinksCSV - to CloseableItIt<Pair<Int>>
Eternal ID of this version: #1024444/2
Text MD5: ddec1af9c2b58f477f2c1c766d0dc3c9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-13 09:16:14
Source code size: 191 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 168 / 206
Version history: 1 change(s)
Referenced in: [show references]