IterableLoopBuilder<T> |
IterableLoopBuilder.multithreaded() |
This will cause the loop to be executed in a multi threaded fashion.
|
IterableLoopBuilder<T> |
IterableLoopBuilder.multithreaded(TaskExecutor taskExecutor) |
This will cause the loop to be executed in a multi threaded fashion.
|
static <A> IterableLoopBuilder<java.util.function.Consumer<A>> |
IterableLoopBuilder.setImages(IterableInterval<A> a) |
Set the image to loop over.
|
static <A,B> IterableLoopBuilder<java.util.function.BiConsumer<A,B>> |
IterableLoopBuilder.setImages(IterableInterval<A> a,
RandomAccessible<B> b) |
Sets the images to loop over.
|
static <A,B,C> IterableLoopBuilder<LoopBuilder.TriConsumer<A,B,C>> |
IterableLoopBuilder.setImages(IterableInterval<A> a,
RandomAccessible<B> b,
RandomAccessible<C> c) |
Sets the images to loop over.
|