public interface TaskExecutor
Modifier and Type | Interface and Description |
---|---|
static class |
TaskExecutor.Factory |
Modifier and Type | Method and Description |
---|---|
<T> void |
execute(java.util.concurrent.ExecutorService executor,
java.lang.Iterable<T> input,
Command<T> task) |
<T> void execute(java.util.concurrent.ExecutorService executor, java.lang.Iterable<T> input, Command<T> task) throws java.lang.InterruptedException
java.lang.InterruptedException