1 | static <A> TailFile watchStructureLog_fromStart(File f, final VF1<A> onLine) { |
2 | ret watchStructureLog_fromStart(f, tailFileDefaultInterval(), onLine); |
3 | } |
4 | |
5 | static <A> TailFile watchStructureLog_fromStart(File f, int interval, final VF1<A> onLine) { |
6 | ret watchQuotedLog_fromStart(f, interval, voidfunc(S s) { |
7 | callF(onLine, unstructure(s)) |
8 | }); |
9 | } |
10 | |
11 | static <A> TailFile watchStructureLog_fromStart(int interval, File f, final VF1<A> onLine) { |
12 | ret watchStructureLog_fromStart(f, interval, onLine); |
13 | } |
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: | 264 / 305 |
Referenced in: | [show references] |