static bool allTailsStarted(TailFile... tails) { for (TailFile tf : tails) if (!tailStarted(tf)) false; true; }