| Constructor and Description |
|---|
DefaultWaterfall(java.util.function.Consumer<org.vertx.java.core.AsyncResultHandler<T>> task) |
| Modifier and Type | Method and Description |
|---|---|
void |
run(org.vertx.java.core.AsyncResultHandler<T> handler) |
<R> Waterfall<R> |
task(java.util.function.BiConsumer<T,org.vertx.java.core.AsyncResultHandler<R>> task) |
public DefaultWaterfall(java.util.function.Consumer<org.vertx.java.core.AsyncResultHandler<T>> task)
Copyright © 2015. All rights reserved.