Uses of Class
org.drasyl.util.FutureCombiner
-
Uses of FutureCombiner in org.drasyl.util
Modifier and TypeMethodDescriptionFutureCombiner.add
(CompletableFuture<?> future) Adds a newfuture
to be combined.FutureCombiner.addAll
(CompletableFuture<?>... futures) Adds a newfutures
to be combined.static FutureCombiner
FutureCombiner.getInstance()