| Package | Description |
|---|---|
| io.datakernel.async |
| Modifier and Type | Field and Description |
|---|---|
static IndexedCollector<Object,Object[],List<Object>> |
IndexedCollector.TO_LIST |
| Modifier and Type | Method and Description |
|---|---|
static <T,A,R> IndexedCollector<T,A,R> |
IndexedCollector.ofCollector(Collector<T,A,R> collector) |
static <T> IndexedCollector<T,T[],T[]> |
IndexedCollector.toArray(Class<T> type) |
static <T> IndexedCollector<T,Object[],List<T>> |
IndexedCollector.toList() |
| 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. |
static <A,T,R> Stage<R> |
Stages.collect(List<? extends Stage<? extends T>> stages,
IndexedCollector<T,A,R> collector)
Accumulates results of
Stages using IndexedCollector. |
Copyright © 2019. All rights reserved.