Uses of Class
org.omnaest.utils.operation.foreach.ForEach

Packages that use ForEach
org.omnaest.utils.operation.foreach   
 

Uses of ForEach in org.omnaest.utils.operation.foreach
 

Methods in org.omnaest.utils.operation.foreach that return ForEach
 ForEach<E,V> ForEach.doExecuteInParallelUsing(ExecutorService executorService)
           
 ForEach<E,V> ForEach.doIterateInParallelUsing(ExecutorService executorService, int numberOfThreads)
          If this option is used, the given Iterables have to have threadsafe Iterable.iterator() instances, since even the Iterators will be called from parallel running threads.
 



Copyright © 2013. All Rights Reserved.