Uses of Interface
org.omnaest.utils.threads.submit.SubmitGroup

Packages that use SubmitGroup
org.omnaest.utils.threads.submit   
 

Uses of SubmitGroup in org.omnaest.utils.threads.submit
 

Methods in org.omnaest.utils.threads.submit that return SubmitGroup
<T> SubmitGroup<T>
SubmitGroupFactory.newSubmitGroup(Class<T> type)
           
<T> SubmitGroup<T>
SubmitGroupFactory.newSubmitGroup(Collection<T> resultCollection)
           
 SubmitGroup<T> SubmitGroup.submit(Callable<T> callable)
           
 SubmitGroup<T> SubmitGroup.submit(Callable<T> callable, int numberOfTimes)
           
 



Copyright © 2013. All Rights Reserved.