| Package | Description |
|---|---|
| io.datakernel.async |
| Modifier and Type | Method and Description |
|---|---|
<V> Stage<V> |
StagesAccumulator.addStage(Stage<V> stage,
Reducer<A,V> reducer) |
<V> SettableStage<V> |
StagesAccumulator.newStage(Reducer<A,V> reducer) |
<V> StagesAccumulator<A> |
StagesAccumulator.withStage(Stage<V> stage,
Reducer<A,V> reducer) |
Copyright © 2019. All rights reserved.