static <A> TailFile watchStructureLog_plusLastLine(File f, final VF1<A> onLine) { ret watchStructureLog_plusLastLine(f, tailFileDefaultInterval(), onLine); } static <A> TailFile watchStructureLog_plusLastLine(File f, int interval, final VF1<A> onLine) { ret watchQuotedLog_plusLastLine(f, interval, voidfunc(S s) { callF(onLine, unstructure(s)) }); } static <A> TailFile watchStructureLog_plusLastLine(int interval, File f, final VF1<A> onLine) { ret watchStructureLog_plusLastLine(f, interval, onLine); }
Began life as a copy of #1017514
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: | #1017569 | 
| Snippet name: | watchStructureLog_plusLastLine - reacts to last line & future lines | 
| Eternal ID of this version: | #1017569/1 | 
| Text MD5: | ad2b1079dd5eb6962f4556c317aa541c | 
| 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:43:19 | 
| Source code size: | 531 bytes / 13 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 562 / 606 | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |