| Package | Description |
|---|---|
| io.datakernel.async |
| Modifier and Type | Method and Description |
|---|---|
static <T,A,R> CollectListener<T,A,R> |
CollectListener.any(int results) |
static <T,A,R> CollectListener<T,A,R> |
CollectListener.timeout(long timeout) |
| Modifier and Type | Method and Description |
|---|---|
static <A,T,R> Stage<R> |
Stages.collect(List<? extends Stage<? extends T>> stages,
CollectListener<T,A,R> listener,
IndexedCollector<T,A,R> collector)
Allows you to do something on completion of every
Stage. |
Copyright © 2019. All rights reserved.