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