| Package | Description |
|---|---|
| com.linecorp.armeria.common.util |
Generic utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableFuture<T>
A
CompletableFuture which prevents the caller from completing it. |
| Modifier and Type | Method and Description |
|---|---|
static <U> EventLoopCheckingFuture<U> |
EventLoopCheckingFuture.completedFuture(U value)
Returns an
EventLoopCheckingFuture which has been completed with the specified value. |
static <U> EventLoopCheckingFuture<U> |
EventLoopCheckingFuture.exceptionallyCompletedFuture(Throwable cause)
Returns an
EventLoopCheckingFuture which has been completed exceptionally with the specified
Throwable. |
Copyright © 2020 LeanCloud. All rights reserved.