-
public final class IterableJob<T extends Object> extends Job
For each value of iterable, executes jobAction successively in a separate job.
-
-
Constructor Summary
Constructors Constructor Description IterableJob(Iterable<T> iterable, Function1<T, Unit> jobAction)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class jetbrains.exodus.core.execution.IterableJob
equals, getExecutingThread, getGroup, getName, getProcessor, getStartedAt, isEqualTo, queue, queue, registerJobFinishedHandler, registerJobStartingHandler, run, setProcessor, toString, wasQueued -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-