static IterableIterator scanLog_safeUnstructure_iterator(S progID, S fileName) { ret scanLog_safeUnstructure_iterator(getProgramFile(progID, fileName)); } static IterableIterator scanLog_safeUnstructure_iterator(S fileName) { ret scanLog_safeUnstructure_iterator(getProgramFile(fileName)); } static IterableIterator scanLog_safeUnstructure_iterator(File file) { final Iterator<S> it = scanLog_iterator(file); ret iteratorFromFunction(func -> O { while (it.hasNext()) pcall { ret safeUnstructure(it.next()); } null; }); }
Began life as a copy of #1003888
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: | #1011459 |
| Snippet name: | scanLog_safeUnstructure_iterator - scan log, safeUnstructure() each line |
| Eternal ID of this version: | #1011459/5 |
| Text MD5: | 4924914f8effaada207081d2a5b7cf25 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-02 05:44:55 |
| Source code size: | 566 bytes / 17 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 726 / 734 |
| Version history: | 4 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011695 - scanLog_unstructure_iterator - scan log, unstructure() each line. now also handles files made with logStructureWithDate |