static void interruptThreads(L threads) { for (Thread t : unnull(threads)) t.interrupt(); }