static TailFile watchQuotedLog_future(File f, final VF1<S> onLine) { ret watchQuotedLog_future(f, tailFileDefaultInterval(), onLine); } static TailFile watchQuotedLog_future(File f, int interval, final VF1<S> onLine) { ret tailFileFromCurrent(f, interval, vfAppendToLineBuffer(unquotingLineBuffer(onLine))); }
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: | #1012999 |
Snippet name: | watchQuotedLog_future - reacts only to future lines; pcalls onLine |
Eternal ID of this version: | #1012999/11 |
Text MD5: | 7a76fec42d1c9146b4aa121449114a61 |
Author: | stefan |
Category: | javax / io |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-13 00:50:38 |
Source code size: | 320 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 494 / 512 |
Version history: | 10 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1015173 - watchQuotedLog_fromStart - reads whole log; pcalls onLine #1017514 - watchStructureLog_future - reacts only to future lines; pcalls onLine #1017570 - watchQuotedLog_plusLastLine #1021222 - watchQuotedLog_fromIndex - from a certain byte index |