public class CompositeFuture_GroovyExtension extends Object
| Constructor and Description |
|---|
CompositeFuture_GroovyExtension() |
| Modifier and Type | Method and Description |
|---|---|
static <U> Future<Object> |
map(CompositeFuture j_receiver,
java.util.function.Function<CompositeFuture,Object> mapper) |
static <T> Object |
resultAt(CompositeFuture j_receiver,
int index) |
public static <U> Future<Object> map(CompositeFuture j_receiver, java.util.function.Function<CompositeFuture,Object> mapper)
public static <T> Object resultAt(CompositeFuture j_receiver, int index)
Copyright © 2017. All rights reserved.