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

17
LINES

< > BotCompany Repo | #1011917 // scanLog_unstructure_iterator_allowNonQuoted

JavaX fragment (include)

1  
static IterableIterator scanLog_unstructure_iterator_allowNonQuoted(S progID, S fileName) {
2  
  ret scanLog_unstructure_iterator_allowNonQuoted(getProgramFile(progID, fileName));
3  
}
4  
5  
static IterableIterator scanLog_unstructure_iterator_allowNonQuoted(S fileName) {
6  
  ret scanLog_unstructure_iterator_allowNonQuoted(getProgramFile(fileName));
7  
}
8  
9  
static IterableIterator scanLog_unstructure_iterator_allowNonQuoted(File file) {
10  
  final Iterator<S> it = scanLog_iterator_allowNonQuoted(file);
11  
  ret iteratorFromFunction(func -> O {
12  
    while (it.hasNext()) pcall {
13  
      ret unstructure(it.next());
14  
    }
15  
    null;
16  
  });
17  
}

Author comment

Began life as a copy of #1011695

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: #1011917
Snippet name: scanLog_unstructure_iterator_allowNonQuoted
Eternal ID of this version: #1011917/1
Text MD5: 5221103290b9e2004f9916592f4d1ce2
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-10 02:16:43
Source code size: 632 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 362 / 410
Referenced in: [show references]