Uses of Class
se.liu.ida.hefquin.base.utils.CompletableFutureUtils.GetAllException
Packages that use CompletableFutureUtils.GetAllException
-
Uses of CompletableFutureUtils.GetAllException in se.liu.ida.hefquin.base.utils
Methods in se.liu.ida.hefquin.base.utils that throw CompletableFutureUtils.GetAllExceptionModifier and TypeMethodDescriptionstatic <T> T[]
CompletableFutureUtils.getAll
(CompletableFuture<? extends T>[] futures, Class<T> clazz) Helper function that waits for all the given futures to complete and, then, returns their respective results.