static <A> TailFile watchStructureLog_fromStart(File f, final VF1<A> onLine) { ret watchStructureLog_fromStart(f, tailFileDefaultInterval(), onLine); } static <A> TailFile watchStructureLog_fromStart(File f, int interval, final VF1<A> onLine) { ret watchQuotedLog_fromStart(f, interval, voidfunc(S s) { callF(onLine, unstructure(s)) }); } static <A> TailFile watchStructureLog_fromStart(int interval, File f, final VF1<A> onLine) { ret watchStructureLog_fromStart(f, interval, onLine); }
Began life as a copy of #1017514
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020220 |
Snippet name: | watchStructureLog_fromStart |
Eternal ID of this version: | #1020220/1 |
Text MD5: | 91b820ea6a39a7bf0e295a770a7b07c7 |
Author: | stefan |
Category: | javax / io |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-10 21:07:27 |
Source code size: | 513 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 265 / 305 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |