// f : voidfunc(S) - gets only the utterance static TailFile onUserUtterance_plusLastN(int n, fO f) { for (S s : lastNLines(n, f)) // race condition callF(f, s); ret onUserUtterance(f); }