| Package | Description |
|---|---|
| io.datakernel.async |
| Modifier and Type | Class and Description |
|---|---|
class |
SettableStage<T>
Stage that can be completed or completedExceptionally manually.
|
| Modifier and Type | Field and Description |
|---|---|
static Callback<Object> |
Callback.IGNORE_CALLBACK |
| Modifier and Type | Method and Description |
|---|---|
static <T> Callback<T> |
Callback.assertNoCalls() |
static <T> Callback<T> |
Callback.assertNoExceptions() |
static <T> Callback<T> |
Callback.forBiConsumer(BiConsumer<T,Throwable> biConsumer) |
static <T> Callback<T> |
Callback.forFuture(CompletableFuture<T> future) |
static <T> Callback<T> |
Callback.ignore() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Callback.stageToCallback(Stage<T> stage,
Callback<T> callback) |
Copyright © 2019. All rights reserved.