| Package | Description |
|---|---|
| org.rapidoid.concurrent | |
| org.rapidoid.concurrent.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Promise<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Callback<T> |
Callbacks.countDown(CountDownLatch latch) |
static <FROM,TO> Callback<FROM> |
Callbacks.mapping(Callback<TO> callback,
org.rapidoid.lambda.Mapper<FROM,TO> mapper) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Callbacks.done(Callback<T> callback,
T result,
Throwable error) |
static <T> void |
Callbacks.error(Callback<T> callback,
Throwable error) |
static <FROM,TO> Callback<FROM> |
Callbacks.mapping(Callback<TO> callback,
org.rapidoid.lambda.Mapper<FROM,TO> mapper) |
static <T> void |
Callbacks.success(Callback<T> callback,
T result) |
| Modifier and Type | Class and Description |
|---|---|
class |
PromiseImpl<T> |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.