@API(status=EXPERIMENTAL) public final class CompletableFutures extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> CompletableFuture<T> |
exceptionallyCompletedFuture(Throwable throwable) |
static <T> BiConsumer<T,Throwable> |
forwardTo(CompletableFuture<T> future) |
public static <T> CompletableFuture<T> exceptionallyCompletedFuture(Throwable throwable)
public static <T> BiConsumer<T,Throwable> forwardTo(CompletableFuture<T> future)
Copyright © 2015–2020 Zalando SE. All rights reserved.