1 | static <A> TailFile watchStructureLog_future(File f, final VF1<A> onLine) { |
2 | ret watchStructureLog_future(f, tailFileDefaultInterval(), onLine); |
3 | } |
4 | |
5 | static <A> TailFile watchStructureLog_future(File f, int interval, final VF1<A> onLine) { |
6 | ret watchQuotedLog_future(f, interval, voidfunc(S s) { |
7 | callF(onLine, unstructure(s)) |
8 | }); |
9 | } |
10 | |
11 | static <A> TailFile watchStructureLog_future(int interval, File f, final VF1<A> onLine) { |
12 | ret watchStructureLog_future(f, interval, onLine); |
13 | } |
Began life as a copy of #1012999
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017514 |
Snippet name: | watchStructureLog_future - reacts only to future lines; pcalls onLine |
Eternal ID of this version: | #1017514/4 |
Text MD5: | 429922cc8777ab80dc250bca6ba16ea8 |
Author: | stefan |
Category: | javax / io |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-27 18:40:12 |
Source code size: | 495 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 415 / 456 |
Version history: | 3 change(s) |
Referenced in: | [show references] |