Package org.zalando.riptide
Class CompletableFutures
java.lang.Object
org.zalando.riptide.CompletableFutures
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CompletableFuture<T>exceptionallyCompletedFuture(Throwable throwable) static <T> BiConsumer<T,Throwable> forwardTo(CompletableFuture<T> future)
-
Method Details
-
exceptionallyCompletedFuture
-
forwardTo
-