public abstract class AFuture<V>
extends java.lang.Object
implements java.util.concurrent.Future<V>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AFuture.Function<A,B> |
| Constructor and Description |
|---|
AFuture() |
| Modifier and Type | Method and Description |
|---|---|
<T> AFuture<T> |
map(AFuture.Function<V,T> f) |
public <T> AFuture<T> map(AFuture.Function<V,T> f)