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)

static IterableIterator scanLog_unstructure_iterator_allowNonQuoted(S progID, S fileName) {
  ret scanLog_unstructure_iterator_allowNonQuoted(getProgramFile(progID, fileName));
}

static IterableIterator scanLog_unstructure_iterator_allowNonQuoted(S fileName) {
  ret scanLog_unstructure_iterator_allowNonQuoted(getProgramFile(fileName));
}

static IterableIterator scanLog_unstructure_iterator_allowNonQuoted(File file) {
  final Iterator<S> it = scanLog_iterator_allowNonQuoted(file);
  ret iteratorFromFunction(func -> O {
    while (it.hasNext()) pcall {
      ret unstructure(it.next());
    }
    null;
  });
}

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: 356 / 403
Referenced in: [show references]