public class FutureTools extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> CompletableFuture<T> |
failedFuture(Throwable t) |
static Throwable |
unwrapCompletionException(Throwable throwable) |
public static <T> CompletableFuture<T> failedFuture(Throwable t)
Copyright © 2024. All rights reserved.