static TailFile watchQuotedLog_fromStart(File f, int interval, final VF1<S> onLine) { final LineBuffer buf = new(voidfunc(S line) { if (isQuoted(line)) pcallF(onLine, unquote(line)); }); ret tailFile(f, interval, voidfunc(S s) { buf.append(s) }); }
Began life as a copy of #1012999
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: | #1015173 |
Snippet name: | watchQuotedLog_fromStart - reads whole log; pcalls onLine |
Eternal ID of this version: | #1015173/2 |
Text MD5: | 3d6045504b4323db90d4fd15163b9cec |
Author: | stefan |
Category: | javax / io |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-10 15:23:12 |
Source code size: | 270 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 372 / 433 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |