| 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 <FROM,TO> Future<TO> |
Futures.mapping(Future<FROM> future,
Mapper<FROM,TO> mapper) |
| Modifier and Type | Method and Description |
|---|---|
static <FROM,TO> Future<TO> |
Futures.mapping(Future<FROM> future,
Mapper<FROM,TO> mapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
FutureImpl<T> |
class |
PromiseImpl<T> |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.